Skip to content

Commit

Permalink
add test
Browse files Browse the repository at this point in the history
  • Loading branch information
echarlaix committed Feb 22, 2024
1 parent 2436a9f commit 7e8fb8e
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions tests/openvino/test_modeling.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,23 @@ def __exit__(self, type, value, traceback):

class OVModelForMaskedLMIntegrationTest(unittest.TestCase):
SUPPORTED_ARCHITECTURES = (
"albert",
"bert",
# "camembert",
# "convbert",
# "data2vec_text",
"deberta",
# "deberta_v2",
"distilbert",
"electra",
"flaubert",
"ibert",
# "mobilebert",
"roberta",
"roformer",
"squeezebert",
"xlm",
"xlm_roberta",
)

@parameterized.expand(SUPPORTED_ARCHITECTURES)
Expand Down

0 comments on commit 7e8fb8e

Please sign in to comment.