tmnam20 commited on
Commit
98ce174
1 Parent(s): ae55651

Upload dataset

Browse files
README.md CHANGED
@@ -304,6 +304,32 @@ dataset_info:
304
  num_examples: 1831
305
  download_size: 989005
306
  dataset_size: 1670880
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
307
  configs:
308
  - config_name: cola
309
  data_files:
@@ -393,4 +419,12 @@ configs:
393
  path: vtoc/train-*
394
  - split: validation
395
  path: vtoc/validation-*
 
 
 
 
 
 
 
 
396
  ---
 
304
  num_examples: 1831
305
  download_size: 989005
306
  dataset_size: 1670880
307
+ - config_name: wnli
308
+ features:
309
+ - name: sentence1
310
+ dtype: string
311
+ - name: sentence2
312
+ dtype: string
313
+ - name: label
314
+ dtype:
315
+ class_label:
316
+ names:
317
+ '0': not_entailment
318
+ '1': entailment
319
+ - name: idx
320
+ dtype: int32
321
+ splits:
322
+ - name: train
323
+ num_bytes: 136331
324
+ num_examples: 635
325
+ - name: test
326
+ num_bytes: 49285
327
+ num_examples: 146
328
+ - name: validation
329
+ num_bytes: 15509
330
+ num_examples: 71
331
+ download_size: 74913
332
+ dataset_size: 201125
333
  configs:
334
  - config_name: cola
335
  data_files:
 
419
  path: vtoc/train-*
420
  - split: validation
421
  path: vtoc/validation-*
422
+ - config_name: wnli
423
+ data_files:
424
+ - split: train
425
+ path: wnli/train-*
426
+ - split: test
427
+ path: wnli/test-*
428
+ - split: validation
429
+ path: wnli/validation-*
430
  ---
wnli/test-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3c9dcf02063527cb2e32f45000a2b0f8a4d35eb353ba0cb288bac586f2ae3c6c
3
+ size 16914
wnli/train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:75b8f53d4cb1fa9320e4aa32710f56e848032cda7444d11d496dc0c430a35bcf
3
+ size 45500
wnli/validation-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:58fc4e103cbc9ed6bc973093bc893e7581f1a3d8ac147746f758883e6e550e35
3
+ size 12499