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?

Sign up or log in to comment