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
+1
@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!