Strange default behavior between translation and transcription #1988
Unanswered
hykilpikonna
asked this question in
Q&A
Replies: 0 comments
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.
-
When I specify
generate_kwargs={"task": "transcribe"}
, it transcribes. When I specifygenerate_kwargs={"task": "translate"}
, it translates. However, when I don't specify anything, the default behavior should be to transcribe, but instead, its output doesn't match either translation or transcription.Beta Was this translation helpful? Give feedback.
All reactions