Anton Lozhkov
b6f332ecaf
Add Wav2Vec2 & Hubert ForSequenceClassification ( #13153 )
...
* Add hubert classifier + tests
* Add hubert classifier + tests
* Dummies for all classification tests
* Wav2Vec2 classifier + ER test
* Fix hubert integration tests
* Add hubert IC
* Pass tests for all classification tasks on Hubert
* Pass all tests + copies
* Move models to the SUPERB org
2021-08-27 20:52:51 +03:00
Lysandre Debut
3bbe68f837
Hubert test fix ( #13261 )
2021-08-25 18:41:26 +02:00
Lysandre Debut
c3d9ac7607
Expose get_config() on ModelTesters ( #12812 )
...
* Expose get_config() on ModelTesters
* Typo
2021-07-21 04:13:11 -04:00
Patrick von Platen
27d348f2fe
[Wav2Vec2, Hubert] Fix ctc loss test ( #12458 )
...
* fix_torch_device_generate_test
* remove @
* fix test
2021-07-01 08:59:32 -04:00
Will Rice
bc084938f2
Add out of vocabulary error to ASR models ( #12288 )
...
* Add OOV error to ASR models
* Feedback changes
2021-06-29 08:57:46 +01:00
Patrick von Platen
ccca510276
Hubert ( #11889 )
...
* fix_torch_device_generate_test
* remove @
* add hubert
* add first test file
* more docs
* fix bugs
* fix bug
* finish
* finish
* finish docstring
* fix
* fix
* finalize
* add to ignored
* finish
* Apply suggestions from code review
* correct naming
* finish
* fix auto config
* finish
* correct convert script
* Apply suggestions from code review
Co-authored-by: Lysandre Debut <lysandre@huggingface.co>
Co-authored-by: Suraj Patil <surajp815@gmail.com>
* apply suggestions lysandre & suraj
Co-authored-by: Lysandre Debut <lysandre@huggingface.co>
Co-authored-by: Suraj Patil <surajp815@gmail.com>
2021-06-16 12:14:12 +01:00