hugo commited on
Commit
cbc8556
1 Parent(s): f0c3bef

Update boolq.py

Browse files
Files changed (1) hide show
  1. boolq.py +1 -1
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
- # These are the features of your dataset like images, labels ...
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,