Datasets:
Update dataset_builder.py
Browse files- dataset_builder.py +1 -0
dataset_builder.py
CHANGED
@@ -19,6 +19,7 @@ class MoBiPlant(DatasetBuilder):
|
|
19 |
"Citations": Value("int32"),
|
20 |
"answer": Value("int32"),
|
21 |
"options": Sequence(Value("string")),
|
|
|
22 |
}),
|
23 |
supervised_keys=None,
|
24 |
)
|
|
|
19 |
"Citations": Value("int32"),
|
20 |
"answer": Value("int32"),
|
21 |
"options": Sequence(Value("string")),
|
22 |
+
"is_expert": Value("bool")
|
23 |
}),
|
24 |
supervised_keys=None,
|
25 |
)
|