Reza-Madani commited on
Commit
bd3dad8
·
1 Parent(s): 0e5315d

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +37 -0
README.md ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: promptID
5
+ dtype: int64
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: int64
24
+ - name: premise_rationale
25
+ sequence: int64
26
+ - name: hypothesis_rationale
27
+ sequence: int64
28
+ splits:
29
+ - name: train
30
+ num_bytes: 425
31
+ num_examples: 1
32
+ download_size: 8283
33
+ dataset_size: 425
34
+ ---
35
+ # Dataset Card for "emnli"
36
+
37
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)