Spaces:
Sleeping
Sleeping
Update text_evaluation_cot.py
Browse files- text_evaluation_cot.py +2 -1
text_evaluation_cot.py
CHANGED
@@ -21,7 +21,8 @@ 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 |
-
"Write an answer using the format: This text has <answer> level
|
|
|
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.\n"
|
25 |
+
"Explain in few words (10-15 words) why did you choose this level based on FRE, FKGL, LIX and SMOG interpretations\n"
|
26 |
"If it is a text on another language, say that you could not evaluate it"}],
|
27 |
stream=False,
|
28 |
max_tokens=650,
|