liuyanchen1015 commited on
Commit
0ff2bcf
·
1 Parent(s): b179e8b

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +35 -0
README.md ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: premise
5
+ dtype: string
6
+ - name: hypothesis
7
+ dtype: string
8
+ - name: label
9
+ dtype: int64
10
+ - name: idx
11
+ dtype: int64
12
+ - name: score
13
+ dtype: int64
14
+ splits:
15
+ - name: dev_matched
16
+ num_bytes: 3978
17
+ num_examples: 21
18
+ - name: dev_mismatched
19
+ num_bytes: 7037
20
+ num_examples: 47
21
+ - name: test_matched
22
+ num_bytes: 9081
23
+ num_examples: 40
24
+ - name: test_mismatched
25
+ num_bytes: 5376
26
+ num_examples: 34
27
+ - name: train
28
+ num_bytes: 285584
29
+ num_examples: 1506
30
+ download_size: 175318
31
+ dataset_size: 311056
32
+ ---
33
+ # Dataset Card for "MULTI_VALUE_mnli_existential_possessives"
34
+
35
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)