Skip to content

Commit b9c48f5

Browse files
committed
update test
1 parent 1a44af1 commit b9c48f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_pretrained_stsb.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ def test_msmarco(self):
7979
self.pretrained_model_score('msmarco-distilbert-base-v3', 78.85)
8080

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

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

0 commit comments

Comments
 (0)