Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ydshieh committed Dec 7, 2023
1 parent 4ea1f4d commit f809550
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/pipelines/test_pipelines_fill_mask.py
Original file line number Diff line number Diff line change
Expand Up @@ -232,8 +232,8 @@ def run_large_test(self, unmasker):
self.assertEqual(
[{k: x[k] for k in x if k != "sequence"} for x in simplified],
[
{"score": 0.281867, "token": 6, "token_str": ","},
{"score": 0.095432, "token": 46686, "token_str": ":,"},
{"score": 0.2819, "token": 6, "token_str": ","},
{"score": 0.0954, "token": 46686, "token_str": ":,"},
],
)

Expand Down

0 comments on commit f809550

Please sign in to comment.