How can i use this fine tuned model with Whisper CLI? CrisperWhisper #2321
FurkanGozukara
started this conversation in
General
Replies: 2 comments
-
any help appreciated ty so much @jongwook , @ryanheise , @petterreinholdtsen , @HennerM , @VulumeCode , @guillaumekln , @vickianand , @fcakyon , @jumon , @tomstuart , @wangchou , @cool-RR |
Beta Was this translation helpful? Give feedback.
0 replies
-
Did you finetune it with huggingface tooling? If so, you likely have a huggingface model and will need to convert it back to a Whisper model. See #830 . Once you have a native model, you can pass it on the command line with |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
https://huggingface.co/nyrahealth/CrisperWhisper
I want to use existing whisper CLI but this model is that possible?
e.g. modifying this command
string srCommand = @$"cmd /c {gpuIdCommand}whisper ""{srExtractMp3Name}"" --model large-v1 --language en --initial_prompt ""Welcome to our Youtube channel."" --best_of 10 --beam_size 10 --patience 10 --output_dir ""{srFileDirectory}""";
Beta Was this translation helpful? Give feedback.
All reactions