Spaces:
Sleeping
Sleeping
Update functions.py
Browse files- functions.py +2 -2
functions.py
CHANGED
@@ -260,8 +260,8 @@ def retrieval_grader_grader(llm):
|
|
260 |
2/ A FACT provided by the student
|
261 |
|
262 |
You are grading RELEVANCE RECALL:
|
263 |
-
A score of 1 means that the FACT
|
264 |
-
A score of 0 means that the FACT
|
265 |
1 is the highest (best) score. 0 is the lowest score you can give.
|
266 |
|
267 |
Explain your reasoning in a step-by-step manner. Ensure your reasoning and conclusion are correct.
|
|
|
260 |
2/ A FACT provided by the student
|
261 |
|
262 |
You are grading RELEVANCE RECALL:
|
263 |
+
A score of 1 means that the FACT is relevant to the QUESTION.
|
264 |
+
A score of 0 means that the FACT is relevant to the QUESTION.
|
265 |
1 is the highest (best) score. 0 is the lowest score you can give.
|
266 |
|
267 |
Explain your reasoning in a step-by-step manner. Ensure your reasoning and conclusion are correct.
|