KarelDO commited on
Commit
e9ca944
·
1 Parent(s): 803a782

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: instruction
5
+ dtype: string
6
+ - name: input
7
+ dtype: string
8
+ - name: output
9
+ dtype: string
10
+ - name: meta_questiontype
11
+ dtype: string
12
+ - name: meta_inputlicense
13
+ dtype: string
14
+ - name: meta_pmid
15
+ dtype: string
16
+ - name: meta_safetyreportid
17
+ dtype: int64
18
+ - name: meta_articlepubdate
19
+ dtype: string
20
+ splits:
21
+ - name: test
22
+ num_bytes: 1119938962
23
+ num_examples: 57639
24
+ - name: train
25
+ num_bytes: 2804604360
26
+ num_examples: 157612
27
+ - name: validation
28
+ num_bytes: 701359878
29
+ num_examples: 39404
30
+ download_size: 2067595914
31
+ dataset_size: 4625903200
32
+ ---
33
+ # Dataset Card for "BioDEX-QA"
34
+
35
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)