BubbleJoe commited on
Commit
8bbace8
1 Parent(s): e7cdb50

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +56 -0
README.md ADDED
@@ -0,0 +1,56 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ configs:
3
+ - config_name: default
4
+ data_files:
5
+ - split: train
6
+ path: data/train-*
7
+ - split: validation_matched
8
+ path: data/validation_matched-*
9
+ - split: validation_mismatched
10
+ path: data/validation_mismatched-*
11
+ dataset_info:
12
+ features:
13
+ - name: promptID
14
+ dtype: int32
15
+ - name: pairID
16
+ dtype: string
17
+ - name: premise
18
+ dtype: string
19
+ - name: premise_binary_parse
20
+ dtype: string
21
+ - name: premise_parse
22
+ dtype: string
23
+ - name: hypothesis
24
+ dtype: string
25
+ - name: hypothesis_binary_parse
26
+ dtype: string
27
+ - name: hypothesis_parse
28
+ dtype: string
29
+ - name: genre
30
+ dtype: string
31
+ - name: label
32
+ dtype:
33
+ class_label:
34
+ names:
35
+ '0': entailment
36
+ '1': neutral
37
+ '2': contradiction
38
+ - name: input
39
+ sequence:
40
+ sequence: int32
41
+ splits:
42
+ - name: train
43
+ num_bytes: 534304138
44
+ num_examples: 392702
45
+ - name: validation_matched
46
+ num_bytes: 13165447
47
+ num_examples: 9815
48
+ - name: validation_mismatched
49
+ num_bytes: 13717101
50
+ num_examples: 9832
51
+ download_size: 261511917
52
+ dataset_size: 561186686
53
+ ---
54
+ # Dataset Card for "multi_nli_unified_input"
55
+
56
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)