Skip to content

Commit

Permalink
enable dropout = 0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mcognetta committed Jun 16, 2024
1 parent 5354c5b commit 630034b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion bindings/python/tests/bindings/test_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ 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 630034b

Please sign in to comment.