hugo commited on
Commit
0d2912c
1 Parent(s): cbc8556

Update boolq.py

Browse files
Files changed (1) hide show
  1. boolq.py +2 -2
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,