File size: 690 Bytes
6dfce0a
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
---
dataset_info:
  config_name: boolq
  features:
  - name: question
    dtype: string
  - name: passage
    dtype: string
  - name: idx
    dtype: int32
  - name: label
    dtype:
      class_label:
        names:
          '0': 'False'
          '1': 'True'
  splits:
  - name: train
    num_bytes: 6173303
    num_examples: 9427
  - name: validation
    num_bytes: 2116452
    num_examples: 3270
  - name: test
    num_bytes: 2105959
    num_examples: 3245
  download_size: 6470231
  dataset_size: 10395714
configs:
- config_name: boolq
  data_files:
  - split: train
    path: boolq/train-*
  - split: validation
    path: boolq/validation-*
  - split: test
    path: boolq/test-*
---