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

Update transcription pipeline to use AutoModelForCTC #238

Closed
davidmezzetti opened this issue Mar 3, 2022 · 0 comments
Closed

Update transcription pipeline to use AutoModelForCTC #238

davidmezzetti opened this issue Mar 3, 2022 · 0 comments
Assignees
Milestone

Comments

@davidmezzetti
Copy link
Member

Currently, the transcription pipeline is using the Wav2Vec2ForCTC class to create models.

This limits the models the pipeline can load. The following new configurations are now available in the latest version of transformers.

  • Data2Vec
  • Hubert
  • SEW
  • SEWD
  • Unispeech
  • UnispeechSat
  • WavLM

AutoModelForCTC should be used to support these models.

@davidmezzetti davidmezzetti added this to the v4.3.0 milestone Mar 3, 2022
@davidmezzetti davidmezzetti self-assigned this Mar 3, 2022
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

1 participant