QianqianXie1994 commited on
Commit
e16a6ba
·
verified ·
1 Parent(s): 0037373

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -1
README.md CHANGED
@@ -14,4 +14,16 @@ Med-LLaMA3-8B is an 8-billion parameter medical language model that has undergon
14
 
15
  ## Training Details
16
 
17
- Med-LLaMA3-8B is trained on a large-scale dataset comprising: medical books, medical literature, clinical guidelines and a small portion of general domain data
 
 
 
 
 
 
 
 
 
 
 
 
 
14
 
15
  ## Training Details
16
 
17
+ Med-LLaMA3-8B is trained on a large-scale dataset comprising: medical books, medical literature, clinical guidelines and a small portion of general domain data
18
+ It is a study extension based on our previous Me-LLaMA paper: https://arxiv.org/pdf/2402.12749
19
+
20
+ If you use the model, please cite the following papers:
21
+
22
+ @misc{xie2024llama,
23
+ title={Me-LLaMA: Foundation Large Language Models for Medical Applications},
24
+ author={Qianqian Xie and Qingyu Chen and Aokun Chen and Cheng Peng and Yan Hu and Fongci Lin and Xueqing Peng and Jimin Huang and Jeffrey Zhang and Vipina Keloth and Huan He and Lucila Ohno-Machido and Yonghui Wu and Hua Xu and Jiang Bian},
25
+ year={2024},
26
+ eprint={2402.12749},
27
+ archivePrefix={arXiv},
28
+ primaryClass={cs.CL}
29
+ }