We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a44af1 commit b9c48f5Copy full SHA for b9c48f5
tests/test_pretrained_stsb.py
@@ -79,7 +79,7 @@ def test_msmarco(self):
79
self.pretrained_model_score('msmarco-distilbert-base-v3', 78.85)
80
81
def test_sentence_t5(self):
82
- self.pretrained_model_score('sentence-t5-base', 85.53)
+ self.pretrained_model_score('sentence-t5-base', 85.52)
83
84
if "__main__" == __name__:
85
unittest.main()
0 commit comments