KaiLv commited on
Commit
a5fa480
·
1 Parent(s): 04b39c6

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +32 -0
README.md ADDED
@@ -0,0 +1,32 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: idx
5
+ dtype: int64
6
+ - name: label
7
+ dtype: string
8
+ - name: premise
9
+ dtype: string
10
+ - name: question
11
+ dtype: string
12
+ - name: mirrored
13
+ dtype: bool
14
+ - name: choices
15
+ dtype: string
16
+ - name: len_question
17
+ dtype: int64
18
+ - name: max_len_choices
19
+ dtype: int64
20
+ splits:
21
+ - name: train
22
+ num_bytes: 110350
23
+ num_examples: 500
24
+ - name: test
25
+ num_bytes: 107164
26
+ num_examples: 500
27
+ download_size: 129892
28
+ dataset_size: 217514
29
+ ---
30
+ # Dataset Card for "UDR_COPA"
31
+
32
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)