Samsoup commited on
Commit
9b52136
1 Parent(s): 842adb2

Upload dataset

Browse files
README.md ADDED
@@ -0,0 +1,52 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: promptID
5
+ dtype: int32
6
+ - name: pairID
7
+ dtype: string
8
+ - name: premise
9
+ dtype: string
10
+ - name: premise_binary_parse
11
+ dtype: string
12
+ - name: premise_parse
13
+ dtype: string
14
+ - name: hypothesis
15
+ dtype: string
16
+ - name: hypothesis_binary_parse
17
+ dtype: string
18
+ - name: hypothesis_parse
19
+ dtype: string
20
+ - name: genre
21
+ dtype: string
22
+ - name: label
23
+ dtype:
24
+ class_label:
25
+ names:
26
+ '0': entailment
27
+ '1': neutral
28
+ '2': contradiction
29
+ - name: input
30
+ dtype: string
31
+ splits:
32
+ - name: train
33
+ num_bytes: 1259122
34
+ num_examples: 1000
35
+ - name: validation
36
+ num_bytes: 1197824
37
+ num_examples: 1000
38
+ - name: test
39
+ num_bytes: 1258171
40
+ num_examples: 1000
41
+ download_size: 1902209
42
+ dataset_size: 3715117
43
+ configs:
44
+ - config_name: default
45
+ data_files:
46
+ - split: train
47
+ path: data/train-*
48
+ - split: validation
49
+ path: data/validation-*
50
+ - split: test
51
+ path: data/test-*
52
+ ---
data/test-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3963403b637af37cad87a3435f548ccc1d14ff8d457a034fe51790da78b56255
3
+ size 627019
data/train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e7e86a924b61b43303badee6922eed6362ec5057818c2b81bedd1d477c86dfcc
3
+ size 668867
data/validation-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:26c7a2fea44552e1928ea6d37792f81d79ee70bd80d342b10e60c187679728b8
3
+ size 606323