Missing tokenizer.json

#1
by pribadihcr - opened

Hi @rishabhjain16 I am trying to convert the model to ctranslate2.

ct2-transformers-converter --model rishabhjain16/whisper_large_v2_to_pf10h --output_dir whisper_large_v2_to_pf10h_ct2 --copy_files tokenizer.json --quantization float16

I got the following error:
ValueError: File tokenizer.json does not exist in model rishabhjain16/whisper_large_v2_to_pf10h

Thanks

Sign up or log in to comment