Can't load tokenizer

#3
by rastinrastini - opened

after this: processor = AutoProcessor.from_pretrained("steja/whisper-large-persian")
get me error : "OSError: Can't load tokenizer for 'steja/whisper-large-persian'. If you were trying to load it from 'https://huggingface.co./models', make sure you don't have a local directory with the same name. Otherwise, make sure 'steja/whisper-large-persian' is the correct path to a directory containing all relevant files for a WhisperTokenizer tokenizer."

do you included tokenizer?

no they don't upload it , but i found a way to use it here the code for using this model , i add a UI with gradio too for EZ use :

https://github.com/AmirTahaMim/PersianWhisper

use the main model tokenizer and some config

Apologies, vocab.json was missing, have added that now

steja changed discussion status to closed

Sign up or log in to comment