Unverified Commit b6bdb943 authored by Yih-Dar's avatar Yih-Dar Committed by GitHub
Browse files

Fix a TF test name (LayoutLMModelTest) (#16061)



* fix name
Co-authored-by: default avatarydshieh <ydshieh@users.noreply.github.com>
parent 96ac7549
......@@ -196,7 +196,7 @@ class TFLayoutLMModelTester:
@require_tf
class LayoutLMModelTest(TFModelTesterMixin, unittest.TestCase):
class TFLayoutLMModelTest(TFModelTesterMixin, unittest.TestCase):
all_model_classes = (
(TFLayoutLMModel, TFLayoutLMForMaskedLM, TFLayoutLMForTokenClassification, TFLayoutLMForSequenceClassification)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment