christykoh commited on
Commit
b4de9f1
1 Parent(s): 3e3cbb7

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +10 -6
README.md CHANGED
@@ -3,19 +3,23 @@ dataset_info:
3
  features:
4
  - name: question
5
  dtype: string
6
- - name: answer
7
- dtype: bool
 
 
 
 
8
  - name: passage
9
  dtype: string
10
  splits:
11
  - name: train
12
- num_bytes: 6258250
13
  num_examples: 9427
14
  - name: validation
15
- num_bytes: 2152313
16
  num_examples: 3270
17
- download_size: 5298554
18
- dataset_size: 8410563
19
  ---
20
  # Dataset Card for "boolq_pt"
21
 
 
3
  features:
4
  - name: question
5
  dtype: string
6
+ - name: label
7
+ dtype:
8
+ class_label:
9
+ names:
10
+ '0': 'False'
11
+ '1': 'True'
12
  - name: passage
13
  dtype: string
14
  splits:
15
  - name: train
16
+ num_bytes: 6332487
17
  num_examples: 9427
18
  - name: validation
19
+ num_bytes: 2178064
20
  num_examples: 3270
21
+ download_size: 5300697
22
+ dataset_size: 8510551
23
  ---
24
  # Dataset Card for "boolq_pt"
25