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: 2 comments 1 reply
-
|
Add prefix to a model's folder And use these settings for finetuned models: |
Beta Was this translation helpful? Give feedback.
-
|
do i need to add this to Faster-Whisper-XXL r245.4? i'm kinda lost a bit in all this format...after convertion model.safetensors to .BIN i got this error from the script: Can i implement this version of CTranslate2 to Faster-Whisper-XXL r245.4 by getting dll's somewhere? |
Beta Was this translation helpful? Give feedback.
Add prefix to a model's folder
faster-whisper-. For examplefaster-whisper-kotoba-v2, it hould be located in_modelsfolder.Command to use it
--model kotoba-v2.And use these settings for finetuned models:
--condition_on_previous_text False -prompt None --word_timestamps False