Is it possible to do model adaptation? #66
-
Is it possible to add a corpus of specific words, names of places etc, technical jargon to improve accuracy? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
That is possible to some degree using prompt engineering; I added the whisper audio.mp3 --initial_prompt "So we were just talking about DALL·E" to make the model more likely to output "DALL·E" rather than "Dolly". |
Beta Was this translation helpful? Give feedback.
-
Thanks so much!! Is it possible to "boost" specific words? It will be very helpful as I don't know what the initial prompt will be. Ideally I would like to "boost" a few likely words e.g. "DALL-E", "WALL-E", "R2-D2", and "HAL9000" |
Beta Was this translation helpful? Give feedback.
That is possible to some degree using prompt engineering; I added the
--initial_prompt
option in 2037b65, and you could dowhisper audio.mp3 --initial_prompt "So we were just talking about DALL·E"
to make the model more likely to output "DALL·E" rather than "Dolly".