Replies: 1 comment 1 reply
|
I've seen similar behavior in bilingual shows, (a mix of english and spanish) where it will randomly translate parts of spanish to english, when as you said, the task was transcribe. Not sure how to fix it, as that appears to be something the model is handling. Do you have any examples or links of someone addressing it? |
1 reply
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.
Hi,
I've transcribed an audio track from a video where multiple languages are spoken.
Like English, Spanish and Dutch. It recognizes the Dutch audio track which is the main language.
The funny thing is that it translates (even though transcribe mode is set) some English spoken text to Dutch and some are just ignored altogether. I read something about ASR being able to detect these kind of things? But ASR task (
language=auto) are only ran when you submit them by the post endpoint?All reactions