Make Model Name Consistent with other Whisper Models

#23
by WillHeld - opened

This model config currently has the name as a local path - while others use the HF Model ID as name or path. This PR just updates that element in the config.

other whisper configs:
https://huggingface.co/openai/whisper-tiny/blob/main/config.json
https://huggingface.co/openai/whisper-base/blob/main/config.json
https://huggingface.co/openai/whisper-large/blob/main/config.json

WillHeld changed pull request title from Update config.json to Make Model Name Consistent with other Whisper Models

@ylacombe - Not sure if you get notifications on this automatically, so tagging since you seem to be the maintainer! Apologies if you already have notifications for this and just haven't had time to check yet.

This is just a one line change to move the name_or_path away from the path in your home directory to be the standard for other Whisper models!

Ready to merge
This branch is ready to get merged automatically.

Sign up or log in to comment