krishnAbadikelA commited on
Commit
c27bdf5
·
verified ·
1 Parent(s): 469da8b

Upload dataset

Browse files
README.md ADDED
@@ -0,0 +1,40 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: premise
5
+ dtype: string
6
+ - name: hypothesis
7
+ dtype: string
8
+ - name: label
9
+ dtype:
10
+ class_label:
11
+ names:
12
+ '0': entailment
13
+ '1': neutral
14
+ '2': contradiction
15
+ - name: premise-phoneme
16
+ dtype: string
17
+ - name: hypothesis-phoneme
18
+ dtype: string
19
+ splits:
20
+ - name: train
21
+ num_bytes: 242470512
22
+ num_examples: 392702
23
+ - name: test
24
+ num_bytes: 2961084
25
+ num_examples: 5010
26
+ - name: validation
27
+ num_bytes: 1462195
28
+ num_examples: 2490
29
+ download_size: 134656901
30
+ dataset_size: 246893791
31
+ configs:
32
+ - config_name: default
33
+ data_files:
34
+ - split: train
35
+ path: data/train-*
36
+ - split: test
37
+ path: data/test-*
38
+ - split: validation
39
+ path: data/validation-*
40
+ ---
data/test-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d102e52c80a6b3010eab74da0a0f196cf6fcdd9ac50afdcf0b4d551bc31bd887
3
+ size 883289
data/train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5937630655b482a2a5268763bbfbb087cf1e5317f6ce8e5b0125ae80f0ca01a9
3
+ size 133329444
data/validation-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d1dfd71c09916f682cc8deb8739314735770c1c02a84befab04554578a88f1c1
3
+ size 444168