File size: 1,156 Bytes
54dd0f8 0037373 54dd0f8 0037373 54dd0f8 e16a6ba 567e7e7 e16a6ba 567e7e7 e16a6ba 567e7e7 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 |
---
library_name: transformers
tags: []
---
# Model Card for Med-LLaMA3-8B
<!-- Provide a quick summary of what the model is/does. -->
## Model Details
### Model Description
Med-LLaMA3-8B is an 8-billion parameter medical language model that has undergone continual pre-training on LLaMA3-8B architecture using large-scale open-sourced medical data.
## Training Details
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
It is a study extension based on our previous Me-LLaMA paper: https://arxiv.org/pdf/2402.12749
If you use the model, please cite the following papers:
<pre>
@misc{xie2024llama,
title={Me LLaMA: Foundation Large Language Models for Medical Applications},
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},
year={2024},
eprint={2402.12749},
archivePrefix={arXiv},
primaryClass={cs.CL}
}
</pre> |