Closed mathiasfoster closed 1 year ago
Hi @mathiasfoster, check this in the .env
file: https://github.com/Wordcab/wordcab-transcribe/blob/8c967bd0fdb29a8496ab9d32caa6d6c9a7649c03/.env#L29-L34
You can also host the model on Hugging face and just pass the org-name/model-name
, it should work if the model is public.
Thank you!
I have a Whisper model which I've fine-tuned, and converted to CTranslate2 format. How can I use it with Wordcab?