-
First of all, thank you for sharing this great code. I have been testing it for a few days for my project. For one of my transcriptions, I need to use an initial prompt due to missing punctuation. However, I am unable to use "initial_prompt" argument for the transcription task when I use stable-ts. This works however with the original model. I was able to use "prompt" instead with the same prompt text, but the result is not the same. This doesn't work
This works but the result is not ideal (I keep missing the punctuation)
This works (original model)
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Should be working now in fecb375. results = model.transcribe(..., initial_prompt='a prompt') |
Beta Was this translation helpful? Give feedback.
Should be working now in fecb375.