"...git@developer.sourcefind.cn:change/sglang.git" did not exist on "7f875f1293aa4dab646e312b1e67edda372102c7"
Commit 942d3f4b authored by erenup's avatar erenup
Browse files

modifiy code of arc label insurance

parent ec4b1c65
...@@ -269,7 +269,7 @@ class ArcProcessor(DataProcessor): ...@@ -269,7 +269,7 @@ class ArcProcessor(DataProcessor):
continue continue
four_choice += 1 four_choice += 1
truth = str(normalize(data_raw["answerKey"])) truth = str(normalize(data_raw["answerKey"]))
assert truth is not None assert truth != "None"
question_choices = data_raw["question"] question_choices = data_raw["question"]
question = question_choices["stem"] question = question_choices["stem"]
id = data_raw["id"] id = data_raw["id"]
......
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