anand-s commited on
Commit
e4ef85a
·
verified ·
1 Parent(s): 90137ff

Update dataset_loader.py

Browse files
Files changed (1) hide show
  1. 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("int32"), # 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
  }),
 
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
  }),