christykoh commited on
Commit
783bd6b
1 Parent(s): a659429

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +6 -10
README.md CHANGED
@@ -3,23 +3,19 @@ dataset_info:
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
 
 
3
  features:
4
  - name: question
5
  dtype: string
 
 
 
 
 
 
6
  - name: passage
7
  dtype: string
8
+ - name: answer
9
+ dtype: bool
10
  splits:
11
  - name: train
12
+ num_bytes: 4550515
13
  num_examples: 9427
14
  - name: validation
15
+ num_bytes: 1578340
16
  num_examples: 3270
17
+ download_size: 3842223
18
+ dataset_size: 6128855
19
  ---
20
  # Dataset Card for "boolq_pt"
21