Support multiple choice in tf common model tests (#4920)
* Support multiple choice in tf common model tests * Add the input_embeds test
This commit is contained in:
@@ -49,6 +49,7 @@ class TFBertModelTest(TFModelTesterMixin, unittest.TestCase):
|
||||
TFBertForQuestionAnswering,
|
||||
TFBertForSequenceClassification,
|
||||
TFBertForTokenClassification,
|
||||
TFBertForMultipleChoice,
|
||||
)
|
||||
if is_tf_available()
|
||||
else ()
|
||||
|
||||
Reference in New Issue
Block a user