Replies: 1 comment 4 replies
-
with whisper the result is "we will", with wav2vec2 it's "will we", maybe the audio too noisy to decide but if i read the whole transcript, "we will" is more gramatically correct |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am transcribing an audio file using the
small
model.. Everything is perfect while transcribing the audio..But my question is, The ' WHISPER' model does auto-correction in grammer..
Such my audio file contains :
"In this course, will we...."
But it returns:
"In this course. we will..."
The problem is :
It corrects the
grammer mistakes
while transcribing audio fileHere I am attaching the link to the audio file::
'https://drive.google.com/file/d/1lNjjKvZxJ8G_pH7i19oMhxLf2Oj5loiE/view?usp=share_link'
Beta Was this translation helpful? Give feedback.
All reactions