albertvillanova HF staff commited on
Commit
5e5f553
1 Parent(s): 944ee2a

Convert dataset to Parquet

Browse files
README.md CHANGED
@@ -22,6 +22,7 @@ task_ids:
22
  paperswithcode_id: snli
23
  pretty_name: Stanford Natural Language Inference
24
  dataset_info:
 
25
  features:
26
  - name: premise
27
  dtype: string
@@ -34,19 +35,27 @@ dataset_info:
34
  '0': entailment
35
  '1': neutral
36
  '2': contradiction
37
- config_name: plain_text
38
  splits:
39
  - name: test
40
- num_bytes: 1263912
41
  num_examples: 10000
42
- - name: train
43
- num_bytes: 66159510
44
- num_examples: 550152
45
  - name: validation
46
- num_bytes: 1268044
47
  num_examples: 10000
48
- download_size: 94550081
49
- dataset_size: 68691466
 
 
 
 
 
 
 
 
 
 
 
 
50
  ---
51
  # Dataset Card for SNLI
52
 
 
22
  paperswithcode_id: snli
23
  pretty_name: Stanford Natural Language Inference
24
  dataset_info:
25
+ config_name: plain_text
26
  features:
27
  - name: premise
28
  dtype: string
 
35
  '0': entailment
36
  '1': neutral
37
  '2': contradiction
 
38
  splits:
39
  - name: test
40
+ num_bytes: 1258904
41
  num_examples: 10000
 
 
 
42
  - name: validation
43
+ num_bytes: 1263036
44
  num_examples: 10000
45
+ - name: train
46
+ num_bytes: 65884386
47
+ num_examples: 550152
48
+ download_size: 20439300
49
+ dataset_size: 68406326
50
+ configs:
51
+ - config_name: plain_text
52
+ data_files:
53
+ - split: test
54
+ path: plain_text/test-*
55
+ - split: validation
56
+ path: plain_text/validation-*
57
+ - split: train
58
+ path: plain_text/train-*
59
  ---
60
  # Dataset Card for SNLI
61
 
plain_text/test-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4696deda851c4d2385f26b58f2e13f9ed9f08ea7b42a3f4c2b97a9d08448878c
3
+ size 411531
plain_text/train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ef9a7b25d97390a62aeda7abe26aec8640600f50b818eaeb9107097d60ac6620
3
+ size 19614612
plain_text/validation-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:00f5ed8deaed007fef3022f0215b287efbab815b1bb31ac3f3ff4f4129d41ffe
3
+ size 413157