xz97 commited on
Commit
e6848d3
1 Parent(s): f01c65c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +17 -1
README.md CHANGED
@@ -15,4 +15,20 @@ language:
15
  This is the model weight of *AlpaCare*-LLaMA-7B. *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-7B. *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
+
22
+ ## Citation:
23
+ If you think it is a useful repo, please cite the paper:
24
+
25
+ ```
26
+ @misc{zhang2023alpacareinstructiontuned,
27
+ title={AlpaCare:Instruction-tuned Large Language Models for Medical Application},
28
+ author={Xinlu Zhang and Chenxin Tian and Xianjun Yang and Lichang Chen and Zekun Li and Linda Ruth Petzold},
29
+ year={2023},
30
+ eprint={2310.14558},
31
+ archivePrefix={arXiv},
32
+ primaryClass={cs.CL}
33
+ }
34
+ ```