Arseney commited on
Commit
a68b10a
·
verified ·
1 Parent(s): 3b1d32e

Update text_evaluation_cot.py

Browse files
Files changed (1) hide show
  1. text_evaluation_cot.py +1 -1
text_evaluation_cot.py CHANGED
@@ -21,7 +21,7 @@ def llm_inference(user_sample):
21
  "7. LIX\n"
22
  "8. SMOG\n"
23
  "Reasoning: Use FRE, FKGL, LIX and SMOG interpretations to choose an answer\n"
24
- "Firstly, write metrics. Secondly, write an answer. Explain in few words (10-15 words) why did you choose this level\n"
25
  "If it is a text on another language, say that you could not evaluate it"}],
26
  stream=False,
27
  max_tokens=650,
 
21
  "7. LIX\n"
22
  "8. SMOG\n"
23
  "Reasoning: Use FRE, FKGL, LIX and SMOG interpretations to choose an answer\n"
24
+ "Write an answer using the format: This text has <answer> level. Explain in few words (10-15 words) why did you choose this level\n"
25
  "If it is a text on another language, say that you could not evaluate it"}],
26
  stream=False,
27
  max_tokens=650,