We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When I try training HubertForCTC, I get the following error from IPUTrainer:
KeyError: 'HubertForCTC pipelined version not found in registry.'
The text was updated successfully, but these errors were encountered:
Hi! We don't currently support HubertForCTC. It's not currently on our roadmap because we haven't had a request for it. We do support Wav2vec2ForCTC. https://github.com/huggingface/optimum-graphcore/blob/main/optimum/graphcore/models/wav2vec2/modeling_wav2vec2.py#L370 Wav2vec2 and Hubert are very similar models. It might therefore be quite straightforward to add it, copying what was done for wav2vec2.
HubertForCTC
Wav2vec2ForCTC
Sorry, something went wrong.
Turns out the code to port Hubert was identical to what we already had for wav2vec2. I added support for it in this PR: #347
Sounds great, huge thanks!
merged onto main branch
No branches or pull requests
When I try training HubertForCTC, I get the following error from IPUTrainer:
The text was updated successfully, but these errors were encountered: