Isotonic commited on
Commit
65f4a43
·
1 Parent(s): 0a818dc

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +25 -0
README.md CHANGED
@@ -1,3 +1,28 @@
1
  ---
2
  license: other
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  ---
 
1
  ---
2
  license: other
3
+ dataset_info:
4
+ features:
5
+ - name: premise
6
+ dtype: string
7
+ - name: hypothesis
8
+ dtype: string
9
+ - name: label
10
+ dtype:
11
+ class_label:
12
+ names:
13
+ '0': entailment
14
+ '1': neutral
15
+ '2': contradiction
16
+ splits:
17
+ - name: train
18
+ num_bytes: 150300464
19
+ num_examples: 1018574
20
+ - name: test
21
+ num_bytes: 32168924
22
+ num_examples: 218266
23
+ - name: valid
24
+ num_bytes: 32238483
25
+ num_examples: 218266
26
+ download_size: 137255997
27
+ dataset_size: 214707871
28
  ---