KaiLv commited on
Commit
b63bc11
·
1 Parent(s): 46ae8f4

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: question
7
+ dtype: string
8
+ - name: target
9
+ dtype: string
10
+ - name: len_question
11
+ dtype: int64
12
+ - name: len_target
13
+ dtype: int64
14
+ splits:
15
+ - name: train
16
+ num_bytes: 162901962
17
+ num_examples: 56254
18
+ - name: validation
19
+ num_bytes: 9201246
20
+ num_examples: 3187
21
+ - name: test
22
+ num_bytes: 9799062
23
+ num_examples: 3481
24
+ - name: debug
25
+ num_bytes: 14522497
26
+ num_examples: 5000
27
+ download_size: 110779150
28
+ dataset_size: 196424767
29
+ ---
30
+ # Dataset Card for "UDR_PubMed"
31
+
32
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)