You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
it outputs:
segments and text.
But I just need text, no need segments.
And the model is large-v3. it's more accurate than base version, But sometimes it output less text from the audio file than base version.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
when I run the example:
wget --quiet --show-progress -O gb1.ogg https://upload.wikimedia.org/wikipedia/commons/1/1f/George_W_Bush_Columbia_FINAL.ogg
curl http://localhost:8080/v1/audio/transcriptions
-H "Content-Type: multipart/form-data"
-F file="@$PWD/gb1.ogg" -F model="whisper-1"
it outputs:
segments and text.
But I just need text, no need segments.
And the model is large-v3. it's more accurate than base version, But sometimes it output less text from the audio file than base version.
Beta Was this translation helpful? Give feedback.
All reactions