reginaboateng commited on
Commit
22ac314
1 Parent(s): e1bcfca

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: pubid
5
+ dtype: int32
6
+ - name: question
7
+ dtype: string
8
+ - name: context
9
+ sequence:
10
+ - name: contexts
11
+ dtype: string
12
+ - name: labels
13
+ dtype: string
14
+ - name: meshes
15
+ dtype: string
16
+ - name: long_answer
17
+ dtype: string
18
+ - name: final_decision
19
+ dtype: string
20
+ splits:
21
+ - name: train
22
+ num_bytes: 443501057
23
+ num_examples: 211269
24
+ - name: validation
25
+ num_bytes: 2052168
26
+ num_examples: 1000
27
+ download_size: 234483083
28
+ dataset_size: 445553225
29
+ ---
30
+ # Dataset Card for "cleaned_pubmedqa"
31
+
32
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)