Unverified Commit bfbf6505 authored by digger-yu's avatar digger-yu Committed by GitHub
Browse files

fix spelling error

fix spelling error with evaluate.py
parent 1a60dc07
...@@ -130,7 +130,7 @@ def evaluate(args): ...@@ -130,7 +130,7 @@ def evaluate(args):
assert answer1_jsons[i]['id'] == answer2_jsons[i]['id'] assert answer1_jsons[i]['id'] == answer2_jsons[i]['id']
answer_id = answer1_jsons[i]['id'] answer_id = answer1_jsons[i]['id']
ques = answer1_jsons[i]['instruction'] if answer1_jsons[i]['input'] == "" else answer1_jsons[i]['instuction'] + \ ques = answer1_jsons[i]['instruction'] if answer1_jsons[i]['input'] == "" else answer1_jsons[i]['instruction'] + \
" " + answer1_jsons[i]['input'] " " + answer1_jsons[i]['input']
cat = answer1_jsons[i]['category'] cat = answer1_jsons[i]['category']
ans1 = answer1_jsons[i]['output'] ans1 = answer1_jsons[i]['output']
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment