"examples/vscode:/vscode.git/clone" did not exist on "6b04d61cf6c105de9f2530b5bfca2d65fc9e29d7"
Fix HF model integration (#1781)
* Fix HF model integration Previously, when testing wav2vec models from HF transformers, all the model were instantiated as `Wav2Vec2ForCTC` class, while some of them were supposed to be `Wav2Vec2Model`. Fixing this revealed that model importer cannot correctly handle `Wav2Vec2Model` import. This PR fixes these issues.
Showing
Please register or sign in to comment