File size: 3,995 Bytes
943075a
 
f8e7f6f
3d20961
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2539061
3d20961
dcd965c
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3d20961
f8e7f6f
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
81b2824
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
67f14cc
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
f8e7f6f
3d20961
 
 
 
 
 
 
 
dcd965c
 
 
 
 
 
 
 
f8e7f6f
 
 
 
 
 
 
 
81b2824
 
 
 
 
 
 
 
67f14cc
 
 
 
 
 
 
 
943075a
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
---

license: mit
dataset_info:
- config_name: boolq
  features:
  - name: question
    dtype: string
  - name: passage
    dtype: string
  - name: idx
    dtype: int64
  - name: label
    dtype: bool
  splits:
  - name: train
    num_bytes: 6136774
    num_examples: 9427
  - name: validation
    num_bytes: 2103781
    num_examples: 3270
  - name: test
    num_bytes: 2093385
    num_examples: 3245
  download_size: 6439045
  dataset_size: 10333940
- config_name: cb
  features:
  - name: premise
    dtype: string
  - name: hypothesis
    dtype: string
  - name: label
    dtype: string
  - name: idx
    dtype: int64
  splits:
  - name: train
    num_bytes: 89859
    num_examples: 250
  - name: validation
    num_bytes: 22480
    num_examples: 56
  - name: test
    num_bytes: 93492
    num_examples: 250
  download_size: 137099
  dataset_size: 205831
- config_name: multirc
  features:
  - name: idx
    dtype: int64
  - name: version
    dtype: float64
  - name: passage
    struct:
    - name: questions
      list:
      - name: answers
        list:
        - name: idx
          dtype: int64
        - name: label
          dtype: int64
        - name: text
          dtype: string
      - name: idx
        dtype: int64
      - name: question
        dtype: string
    - name: text
      dtype: string
  splits:
  - name: train
    num_bytes: 2393721
    num_examples: 456
  - name: validation
    num_bytes: 429255
    num_examples: 83
  - name: test
    num_bytes: 858870
    num_examples: 166
  download_size: 2053244
  dataset_size: 3681846
- config_name: record
  features:
  - name: source
    dtype: string
  - name: passage
    struct:
    - name: entities
      list:
      - name: end
        dtype: int64
      - name: start
        dtype: int64
    - name: text
      dtype: string
  - name: qas
    list:
    - name: answers
      list:
      - name: end
        dtype: int64
      - name: start
        dtype: int64
      - name: text
        dtype: string
    - name: idx
      dtype: int64
    - name: query
      dtype: string
  - name: idx
    dtype: int64
  splits:
  - name: train
    num_bytes: 110591940
    num_examples: 65709
  - name: validation
    num_bytes: 12375907
    num_examples: 7481
  - name: test
    num_bytes: 11509574
    num_examples: 7484
  download_size: 71256085
  dataset_size: 134477421
- config_name: wic
  features:
  - name: word
    dtype: string
  - name: sentence1
    dtype: string
  - name: sentence2
    dtype: string
  - name: idx
    dtype: int64
  - name: label
    dtype: bool
  - name: start1
    dtype: int64
  - name: start2
    dtype: int64
  - name: end1
    dtype: int64
  - name: end2
    dtype: int64
  - name: version
    dtype: float64
  splits:
  - name: train
    num_bytes: 767620
    num_examples: 5428
  - name: validation
    num_bytes: 94651
    num_examples: 638
  - name: test
    num_bytes: 207006
    num_examples: 1400
  download_size: 591526
  dataset_size: 1069277
configs:
- config_name: boolq
  data_files:
  - split: train
    path: boolq/train-*
  - split: validation
    path: boolq/validation-*
  - split: test
    path: boolq/test-*
- config_name: cb
  data_files:
  - split: train
    path: cb/train-*
  - split: validation
    path: cb/validation-*
  - split: test
    path: cb/test-*
- config_name: multirc
  data_files:
  - split: train
    path: multirc/train-*
  - split: validation
    path: multirc/validation-*
  - split: test
    path: multirc/test-*
- config_name: record
  data_files:
  - split: train
    path: record/train-*
  - split: validation
    path: record/validation-*
  - split: test
    path: record/test-*
- config_name: wic
  data_files:
  - split: train
    path: wic/train-*
  - split: validation
    path: wic/validation-*
  - split: test
    path: wic/test-*
---