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
from transformers import AutoTokenizertokenizer = AutoTokenizer.from_pretrained("openai/whisper-large-v3")tokenizer.save_pretrained("whisper-large-v3-new")
· Sign up or log in to comment