Update boolq.py
Browse files
boolq.py
CHANGED
@@ -46,8 +46,8 @@ class Boolq(datasets.GeneratorBasedBuilder):
|
|
46 |
{
|
47 |
"question": datasets.Value("string"),
|
48 |
"answer": datasets.Value("bool"),
|
49 |
-
"passage": datasets.Value("string")
|
50 |
-
"title": datasets.Value("string")
|
51 |
}
|
52 |
),
|
53 |
# If there's a common (input, target) tuple from the features,
|
|
|
46 |
{
|
47 |
"question": datasets.Value("string"),
|
48 |
"answer": datasets.Value("bool"),
|
49 |
+
"passage": datasets.Value("string"),
|
50 |
+
"title": datasets.Value("string"),
|
51 |
}
|
52 |
),
|
53 |
# If there's a common (input, target) tuple from the features,
|