Update test_repo.py
Browse files- test_repo.py +0 -1
test_repo.py
CHANGED
@@ -153,7 +153,6 @@ class TestRepo(datasets.GeneratorBasedBuilder):
|
|
153 |
with open(filepath, encoding="utf-8") as f:
|
154 |
for key, row in enumerate(f):
|
155 |
data = json.loads(row)
|
156 |
-
print(data)
|
157 |
if split == "train_normal_mcqa":
|
158 |
yield key_idx, {
|
159 |
"prompt": data["prompt"],
|
|
|
153 |
with open(filepath, encoding="utf-8") as f:
|
154 |
for key, row in enumerate(f):
|
155 |
data = json.loads(row)
|
|
|
156 |
if split == "train_normal_mcqa":
|
157 |
yield key_idx, {
|
158 |
"prompt": data["prompt"],
|