KaiLv commited on
Commit
d9bf48e
·
1 Parent(s): 796b147

Upload README.md with huggingface_hub

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