Update test_repo.py
Browse files- test_repo.py +1 -0
test_repo.py
CHANGED
@@ -81,5 +81,6 @@ class TestRepo(datasets.GeneratorBasedBuilder):
|
|
81 |
"context": data.get("context", ""),
|
82 |
"num_options": data.get("num_options", ""),
|
83 |
"question_type": data.get("question_type", ""),
|
|
|
84 |
}
|
85 |
key_idx +=1
|
|
|
81 |
"context": data.get("context", ""),
|
82 |
"num_options": data.get("num_options", ""),
|
83 |
"question_type": data.get("question_type", ""),
|
84 |
+
"file_name": filepath.replace(".jsonl","")
|
85 |
}
|
86 |
key_idx +=1
|