ASR #1816
Answered
by
Mattral
DavidMacha
asked this question in
Q&A
ASR
#1816
-
Hi, everyone! I'm having a problem with the OpenAI Whisper ASR system. I've integrated it into my speech-to-text application, but the transcriptions are not as accurate as I expected. Sometimes, it misunderstands spoken phrases. Can anyone help me troubleshoot this issue? |
Beta Was this translation helpful? Give feedback.
Answered by
Mattral
Nov 16, 2023
Replies: 1 comment 5 replies
-
Can you share a code snippet where you're making API calls to the OpenAI Whisper system? It would be useful to see how you're interacting with the ASR model. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
the temperature parameter can influence the randomness of the generated text. You might want to experiment with different temperature values to find the balance between randomness and accuracy. Lower values like 0.2 might yield more focused and deterministic results.