Skip to content

Commit

Permalink
Added test for multilabel camembert.
Browse files Browse the repository at this point in the history
  • Loading branch information
adrienrenaud committed Sep 29, 2020
1 parent 3cecb0b commit 48f3d05
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_classification.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ def test_multiclass_classification(model_type, model_name):
# ("roberta", "roberta-base"),
# ("distilbert", "distilbert-base-uncased"),
# ("albert", "albert-base-v1"),
# ("camembert", "camembert-base")
],
)
def test_multilabel_classification(model_type, model_name):
Expand Down

0 comments on commit 48f3d05

Please sign in to comment.