Update test_repo.py
Browse files- test_repo.py +2 -1
test_repo.py
CHANGED
|
@@ -227,5 +227,6 @@ class TestRepo(datasets.GeneratorBasedBuilder):
|
|
| 227 |
"prompt": data["prompt"],
|
| 228 |
"question": data["question"],
|
| 229 |
"answer": data["answer"],
|
| 230 |
-
"dataset_name": os.path.split(filepath)[-1].replace(".jsonl","")
|
|
|
|
| 231 |
key_idx +=1
|
|
|
|
| 227 |
"prompt": data["prompt"],
|
| 228 |
"question": data["question"],
|
| 229 |
"answer": data["answer"],
|
| 230 |
+
"dataset_name": os.path.split(filepath)[-1].replace(".jsonl","")
|
| 231 |
+
}
|
| 232 |
key_idx +=1
|