Unknown Model error when using custom model from Huggingface #476
-
I am currently using faster whisper R192.3 for Mac and downloaded these models from Huggingface to do transcribing for Japanese language When I pointed the command to the folder where I stored the models, I was thrown an unknown model error and to try the known models where it threw me a list of suggestions. Is there a solution to use a custom model in the faster whisper format for Mac? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Add prefix to a model's folder And use these settings for finetuned models: |
Beta Was this translation helpful? Give feedback.
Add prefix to a model's folder
faster-whisper-
, then whatever name you want to use in the program.And use these settings for finetuned models:
--condition_on_previous_text False -prompt None --word_timestamps False