Skip to content

Commit

Permalink
modifiy code of arc label insurance
Browse files Browse the repository at this point in the history
  • Loading branch information
erenup committed Aug 29, 2019
1 parent ec4b1c6 commit 942d3f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/single_model_scripts/utils_multiple_choice.py
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ def normalize(truth):
continue
four_choice += 1
truth = str(normalize(data_raw["answerKey"]))
assert truth is not None
assert truth != "None"
question_choices = data_raw["question"]
question = question_choices["stem"]
id = data_raw["id"]
Expand Down

0 comments on commit 942d3f4

Please sign in to comment.