Update test_repo.py
Browse files- test_repo.py +1 -1
test_repo.py
CHANGED
@@ -184,7 +184,7 @@ class TestRepo(datasets.GeneratorBasedBuilder):
|
|
184 |
"prompt": data["prompt"],
|
185 |
"question": data["question"],
|
186 |
"options": data["options"],
|
187 |
-
"answer": data
|
188 |
"num_options": data["num_options"],
|
189 |
"context": data["context"],
|
190 |
"question_type": data["question_type"],
|
|
|
184 |
"prompt": data["prompt"],
|
185 |
"question": data["question"],
|
186 |
"options": data["options"],
|
187 |
+
"answer": data["answer"]
|
188 |
"num_options": data["num_options"],
|
189 |
"context": data["context"],
|
190 |
"question_type": data["question_type"],
|