Files changed (2) hide show
  1. BioMedGPT-10B-v2.jpg +0 -0
  2. README (1).md +47 -0
BioMedGPT-10B-v2.jpg ADDED
README (1).md ADDED
@@ -0,0 +1,47 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ tags:
4
+ - medical
5
+ datasets:
6
+ - biomed
7
+ ---
8
+ # BioMedGPT-LM-7B
9
+
10
+ **BioMedGPT-LM-7B** is the first large generative language model based on Llama2 in the biomedical domain.
11
+ It was fine-tuned from the Llama2-7B-Chat with millions of biomedical papers from the [S2ORC corpus](https://github.com/allenai/s2orc/blob/master/README.md). Through further fine-tuning, BioMedGPT-LM-7B outperforms or is on par with human and significantly larger general-purpose foundation models on several biomedical QA benchmarks.
12
+
13
+ ### Training Details
14
+
15
+ The model was trained with the following hyperparameters:
16
+
17
+ * Epochs: 5
18
+ * Batch size: 192
19
+ * Context length: 2048
20
+ * Learning rate: 2e-5
21
+
22
+ BioMedGPT-LM-7B is finetuned on over 26 billion tokens highly pertinent to the field of biomedicine. The fine-tuning data are extracted from 5.5 million biomedical papers in S2ORC data using PubMed Central (PMC)-ID and PubMed ID as criteria.
23
+
24
+ ### Model Developers
25
+
26
+ PharMolix
27
+
28
+ ### How to Use
29
+
30
+ BioMedGPT-LM-7B is the generative language model of **[BioMedGPT-10B](https://github.com/BioFM/OpenBioMed)**, an open-source version of BioMedGPT.
31
+ BioMedGPT is an open multimodal generative pre-trained transformer (GPT) for biomedicine, which bridges the natural language modality and diverse biomedical data modalities via large generative language models.
32
+
33
+ More technical details of BioMedGPT-LM-7B, BioMedGPT-10B, and BioMedGPT can be found in the [technical report](https://pan.baidu.com/s/1iAMBkuoZnNAylhopP5OgEg?pwd=7a6b).
34
+
35
+ ![The architecture of BioMedGPT-10B](BioMedGPT-10B.jpeg)
36
+
37
+ ### Technical Report
38
+
39
+ "BioMedGPT: Open Multimodal Generative Pre-trained Transformer for BioMedicine"
40
+
41
+ ### github
42
+
43
+ [https://github.com/BioFM/OpenBioMed](https://github.com/BioFM/OpenBioMed)
44
+
45
+ ### Limitations
46
+
47
+ Large-scale generative language models represent a novel technology, with their generated outputs determined by probabilities, possibly resulting in unforeseen issues, such as generating responses that may contain elements of danger, bias, discrimination, or other harmful content. Up to this point, our experiments focus on data within the field of English biomedical domains, leaving many scenarios unaddressed. Therefore, before using BioMedGPT, developers should conduct safety testing and necessary adjustments. While BioMedGPT has expertise in areas like biomedicine and chemistry, it should not be employed for research that is hazardous or could endanger human life, and it cannot replace medical professionals or provide professional treatment advice. Users need to be cautious and take extra care when using these models.