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 b0a9bf3 commit 3c92f9eCopy full SHA for 3c92f9e
app/evaluation_tests.py
@@ -86,7 +86,7 @@ def test_negation_handling(self):
86
def test_short_response(self):
87
"""Test how the model handles negation."""
88
response = "yellow"
89
- answer = "yellow,blue"
+ answer = "yellow;blue"
90
91
result = evaluation_function(response, answer, self.param)
92
0 commit comments