Skip to content

Commit

Permalink
update test
Browse files Browse the repository at this point in the history
  • Loading branch information
nreimers committed Feb 9, 2022
1 parent 1a44af1 commit b9c48f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_pretrained_stsb.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ def test_msmarco(self):
self.pretrained_model_score('msmarco-distilbert-base-v3', 78.85)

def test_sentence_t5(self):
self.pretrained_model_score('sentence-t5-base', 85.53)
self.pretrained_model_score('sentence-t5-base', 85.52)

if "__main__" == __name__:
unittest.main()

0 comments on commit b9c48f5

Please sign in to comment.