Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

large-v2 for english lost voice to text #100

Open
machenme opened this issue Mar 24, 2024 · 1 comment
Open

large-v2 for english lost voice to text #100

machenme opened this issue Mar 24, 2024 · 1 comment

Comments

@machenme
Copy link

when I use large-v2 for voice2text, I meet some lost
here is my data
https://youtu.be/zYC7tKfKPtM?si=Rm2ZK9Rez5E9CSlP
at 00:01:26 I lost all On the right-hand side, you put any expression that you want.
this is distil-whisper-large-v2

00:01:20,750 --> 00:01:23,770
An assignment statement has a name on the left-hand side.

24
00:01:23,890 --> 00:01:25,430
It can be any name that you invent.

25
00:01:30,240 --> 00:01:35,780
will evaluate that expression and bind it to the name. So now radius is bound

26
00:01:35,780 --> 00:01:44,250
to the value 10. Two times radius is 20. I can use that name when I bind other

here is faster-whisper-large-v2

00:01:20,710 --> 00:01:23,770
An assignment statement has a name on the left-hand side.

24
00:01:23,930 --> 00:01:25,430
It could be any name that you invent.

25
00:01:26,200 --> 00:01:29,340
On the right-hand side, you put any expression that you want.

26
00:01:29,720 --> 00:01:31,720
And Python will evaluate that expression

27
00:01:31,720 --> 00:01:33,600
and bind it to the name.

28
00:01:34,300 --> 00:01:36,660
So now radius is bound to the value 10.
@sanchit-gandhi
Copy link
Collaborator

Could you try with distil-large-v3? It implements training improvements that should make it more performant in Faster-Whisper: https://huggingface.co/distil-whisper/distil-large-v3#faster-whisper

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants