Add TFHubertModel (#12206)

* TFHubert

* Update with TFWav2Vec Bug Fixes

* Add OOV Error

* Feedback changes

* Fix kwargs call
This commit is contained in:
Will Rice
2021-07-09 13:55:25 -04:00
committed by GitHub
parent 934222e3c5
commit fb65f65ea6
10 changed files with 2259 additions and 13 deletions

View File

@@ -130,6 +130,7 @@ IGNORE_NON_AUTO_CONFIGURED = PRIVATE_MODELS.copy() + [
"VisualBertForQuestionAnswering",
"VisualBertForMultipleChoice",
"TFWav2Vec2ForCTC",
"TFHubertForCTC",
]
# This is to make sure the transformers module imported is the one in the repo.