liuyanchen1015 commited on
Commit
04e2bb8
1 Parent(s): bee0c3f

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: train
16
+ num_bytes: 11131248
17
+ num_examples: 49529
18
+ - name: dev_matched
19
+ num_bytes: 266084
20
+ num_examples: 1192
21
+ - name: dev_mismatched
22
+ num_bytes: 272231
23
+ num_examples: 1203
24
+ - name: test_matched
25
+ num_bytes: 255070
26
+ num_examples: 1140
27
+ - name: test_mismatched
28
+ num_bytes: 282348
29
+ num_examples: 1214
30
+ download_size: 7641405
31
+ dataset_size: 12206981
32
+ ---
33
+ # Dataset Card for "VALUE2_mnli_negative_concord"
34
+
35
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)