Patch models (#6326)

* TFAlbertFor{TokenClassification, MultipleChoice}

* Patch models

* BERT and TF BERT info


s

* Update check_repo
This commit is contained in:
Lysandre Debut
2020-08-10 10:39:17 -04:00
committed by GitHub
parent 6028ed92bd
commit b99098abc7
6 changed files with 37 additions and 14 deletions

View File

@@ -202,6 +202,7 @@ class TFElectraModelTest(TFModelTesterMixin, unittest.TestCase):
TFElectraForTokenClassification,
TFElectraForMultipleChoice,
TFElectraForSequenceClassification,
TFElectraForQuestionAnswering,
)
if is_tf_available()
else ()