convertation whisper-large-ve to ct2 error

#4
by Malishevsky - opened

Hello. Can you tell us how you converted the model and where you got the tokenizer.json file from?
When converting I get this error
image.png

Malishevsky changed discussion title from conver whisper-large-ve to ct2 error to convertation whisper-large-ve to ct2 error

Hello. Can you tell us how you converted the model and where you got the tokenizer.json file from?
When converting I get this error
image.png

from transformers import AutoTokenizer
tokenizer = AutoTokenizer.from_pretrained("openai/whisper-large-v3")
tokenizer.save_pretrained("whisper-large-v3-new")

Sign up or log in to comment