ArturG9 commited on
Commit
209746d
1 Parent(s): 150bb61

Update functions.py

Browse files
Files changed (1) hide show
  1. 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 is related to the QUESTION.
264
- A score of 0 means that the FACT is related 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.
 
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.