SaylorTwift HF Staff commited on
Commit
a63a42e
·
verified ·
1 Parent(s): 009820d

Add 'mr' config data files

Browse files
README.md CHANGED
@@ -179,6 +179,31 @@ dataset_info:
179
  num_examples: 2490
180
  download_size: 77263292
181
  dataset_size: 191386304
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
182
  configs:
183
  - config_name: as
184
  data_files:
@@ -228,6 +253,14 @@ configs:
228
  path: ml/test-*
229
  - split: validation
230
  path: ml/validation-*
 
 
 
 
 
 
 
 
231
  ---
232
 
233
  # Dataset Card for "IndicXNLI"
 
179
  num_examples: 2490
180
  download_size: 77263292
181
  dataset_size: 191386304
182
+ - config_name: mr
183
+ features:
184
+ - name: premise
185
+ dtype: string
186
+ - name: hypothesis
187
+ dtype: string
188
+ - name: label
189
+ dtype:
190
+ class_label:
191
+ names:
192
+ '0': entailment
193
+ '1': neutral
194
+ '2': contradiction
195
+ splits:
196
+ - name: train
197
+ num_bytes: 170752688
198
+ num_examples: 392702
199
+ - name: test
200
+ num_bytes: 2078079
201
+ num_examples: 5010
202
+ - name: validation
203
+ num_bytes: 1028494
204
+ num_examples: 2490
205
+ download_size: 73035248
206
+ dataset_size: 173859261
207
  configs:
208
  - config_name: as
209
  data_files:
 
253
  path: ml/test-*
254
  - split: validation
255
  path: ml/validation-*
256
+ - config_name: mr
257
+ data_files:
258
+ - split: train
259
+ path: mr/train-*
260
+ - split: test
261
+ path: mr/test-*
262
+ - split: validation
263
+ path: mr/validation-*
264
  ---
265
 
266
  # Dataset Card for "IndicXNLI"
mr/test-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bac23abe74cf51eb1c9c1ef351b1850af9c70013012971f30265758ebce65493
3
+ size 473378
mr/train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5eb54cded8d5990467cfbd9b01555074372f8ed1fabce7143c0c10a73998237f
3
+ size 72325489
mr/validation-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d83780d199db8d08b2a22b3058c172c40ce4dcc67a050ee71627e3a5f79382b2
3
+ size 236381