Update dataset_loader.py
Browse files- dataset_loader.py +1 -1
dataset_loader.py
CHANGED
|
@@ -15,7 +15,7 @@ class MultiFileDataset(DatasetBuilder):
|
|
| 15 |
"options": Sequence(Value("string")),
|
| 16 |
"answer": Value("string"),
|
| 17 |
"prompt": Value("string"),
|
| 18 |
-
"num_options": Value("
|
| 19 |
"question_type": Value("string"),
|
| 20 |
"exam_id": Value("string") # Assuming all records will have an exam_id; use default value otherwise
|
| 21 |
}),
|
|
|
|
| 15 |
"options": Sequence(Value("string")),
|
| 16 |
"answer": Value("string"),
|
| 17 |
"prompt": Value("string"),
|
| 18 |
+
"num_options": Value("string"), # Assuming numeric values are expected for this field
|
| 19 |
"question_type": Value("string"),
|
| 20 |
"exam_id": Value("string") # Assuming all records will have an exam_id; use default value otherwise
|
| 21 |
}),
|