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