Replies: 3 comments
-
Could you provide your fine-tuned model on HF hub ?
Normally there is no need to copy |
Beta Was this translation helpful? Give feedback.
-
I am facing the same issue. When I just load original model it's fast. But fine-tuned model is not faster
|
Beta Was this translation helpful? Give feedback.
-
I confirm this slow behavior on finetuned models, tested with already converted model: https://huggingface.co/bofenghuang/whisper-large-v3-french-distil-dec16 |
Beta Was this translation helpful? Give feedback.
-
I've been finetuning some whisper models with the base tutorial of hugging face: https://huggingface.co/blog/fine-tune-whisper. As expected, I get the
added_tokens.json
,vocab.json
, andmerges.txt
, but when I use the provided command of ct2, the performance is x4 slower than the base faster whisper model. If I remove the added_tokens.json file, the speed will remain slow, but not four times slower. What I'm missing? This is the ct2 transformation command :ct2-transformers-converter --model . --output_dir faster-whisper --copy_files added_tokens.json special_tokens_map.json tokenizer_config.json vocab.json --quantization float16
Beta Was this translation helpful? Give feedback.
All reactions