Skip to content

Commit

Permalink
formatter
Browse files Browse the repository at this point in the history
  • Loading branch information
mcognetta committed Jun 16, 2024
1 parent 630034b commit 8766e83
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bindings/python/tests/bindings/test_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ def test_dropout_zero(self):
model = BPE(dropout=0.0)
assert model.dropout == 0.0


class TestWordPiece:
def test_instantiate(self, bert_files):
assert isinstance(WordPiece(), Model)
Expand Down

0 comments on commit 8766e83

Please sign in to comment.