BubbleJoe commited on
Commit
44108a7
·
1 Parent(s): 2e47970

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +41 -0
README.md ADDED
@@ -0,0 +1,41 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ configs:
3
+ - config_name: default
4
+ data_files:
5
+ - split: test
6
+ path: data/test-*
7
+ - split: train
8
+ path: data/train-*
9
+ - split: validation
10
+ path: data/validation-*
11
+ dataset_info:
12
+ features:
13
+ - name: premise
14
+ dtype: string
15
+ - name: hypothesis
16
+ dtype: string
17
+ - name: label
18
+ dtype:
19
+ class_label:
20
+ names:
21
+ '0': entailment
22
+ '1': neutral
23
+ '2': contradiction
24
+ - name: input
25
+ dtype: string
26
+ splits:
27
+ - name: test
28
+ num_bytes: 2617808
29
+ num_examples: 10000
30
+ - name: train
31
+ num_bytes: 137270292
32
+ num_examples: 550152
33
+ - name: validation
34
+ num_bytes: 2626072
35
+ num_examples: 10000
36
+ download_size: 42010605
37
+ dataset_size: 142514172
38
+ ---
39
+ # Dataset Card for "snli_unified_input"
40
+
41
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)