Block a user
Having hardtime making Whispercpp and Whisperx work (COLAB)
Recommendations for creating tokenizer.json for a specific language
whisper large model stops the script everytime i try to use it.
Haven't run into it. Can you run
whisper
outside the script, and if so does it do the same thing?
Okay, I will test this..and see if this works
Is it necessary to change the from English_cleaner to Basic_clear when training other languages?
whisper large model stops the script everytime i try to use it.
Recommendations for creating tokenizer.json for a specific language
Are you trying to create a tokenizer that handles devanagari or are you romanizing words is kadar?
yes, i want the tokenizer to handle devanagari.
Recommendations for creating tokenizer.json for a specific language
Facing this error "NameError: name 'setup_tortoise' is not defined" when executing start.sh
Unable to use Whispercpp and Whisperx on colab
You can use
--model_dir
to point it at the location where your model files are stored.
As i mentioned im using colab notebook. No option to set the model_dir inside gradio webui.
Facing this error "NameError: name 'setup_tortoise' is not defined" when executing start.sh
Unable to use Whispercpp and Whisperx on colab
I installed whisperx and tried again.. Now this error im getting.
Model not found; available models = ['tiny.en', 'tiny', 'base.en', 'base', 'small.en', 'small', 'medium.en', 'medium',…
Unable to use Whispercpp and Whisperx on colab