xz97 commited on
Commit
bf1319b
1 Parent(s): 99c63f0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -1
README.md CHANGED
@@ -15,4 +15,19 @@ language:
15
  This is the model weight of *AlpaCare*-LLaMA-13B. *AlpaCare* are LLMs tuned on medical instructions.
16
 
17
  Github page:
18
- [https://github.com/XZhang97666/AlpaCare/](https://github.com/XZhang97666/AlpaCare/)
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
15
  This is the model weight of *AlpaCare*-LLaMA-13B. *AlpaCare* are LLMs tuned on medical instructions.
16
 
17
  Github page:
18
+ [https://github.com/XZhang97666/AlpaCare/](https://github.com/XZhang97666/AlpaCare/)
19
+
20
+
21
+ ## Citation:
22
+ If you think it is a useful repo, please cite the paper:
23
+
24
+ ```
25
+ @misc{zhang2023alpacareinstructiontuned,
26
+ title={AlpaCare:Instruction-tuned Large Language Models for Medical Application},
27
+ author={Xinlu Zhang and Chenxin Tian and Xianjun Yang and Lichang Chen and Zekun Li and Linda Ruth Petzold},
28
+ year={2023},
29
+ eprint={2310.14558},
30
+ archivePrefix={arXiv},
31
+ primaryClass={cs.CL}
32
+ }
33
+ ```