How can I use this on my fine tunned model #1272
Answered
by
HatterTheMad
mursaleen-sengr
asked this question in
Q&A
-
so basically i just fine tunned whisper on arabic to detect harakats now the model was saved in .pt , I used to map fine tunned weights on the medium model and then transcribe , now i want real time transcription of whisper , how can i do that using this. |
Beta Was this translation helpful? Give feedback.
Answered by
HatterTheMad
Apr 9, 2025
Replies: 1 comment
-
Save it in a standard hugginface format then run ct2-transformers-converter --model ./model location --output_dir faster-whisper-large-v3 |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
mursaleen-sengr
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Save it in a standard hugginface format then run
ct2-transformers-converter --model ./model location --output_dir faster-whisper-large-v3
--copy_files tokenizer.json preprocessor_config.json --quantization the quantization you want like float16