Deal with multiple choice in common tests (#4886)
* Deal with multiple choice in common tests
This commit is contained in:
@@ -407,6 +407,7 @@ class BertModelTest(ModelTesterMixin, unittest.TestCase):
|
||||
(
|
||||
BertModel,
|
||||
BertForMaskedLM,
|
||||
BertForMultipleChoice,
|
||||
BertForNextSentencePrediction,
|
||||
BertForPreTraining,
|
||||
BertForQuestionAnswering,
|
||||
|
||||
Reference in New Issue
Block a user