xz97 commited on
Commit
a8e15d4
1 Parent(s): 54a94a2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +30 -0
README.md CHANGED
@@ -1,3 +1,33 @@
1
  ---
2
  license: cc-by-nc-4.0
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: cc-by-nc-4.0
3
+ language:
4
+ - en
5
  ---
6
+
7
+ # AlpaCare: Instruction-tuned Large Language Models for Medical Applications
8
+
9
+ <p align="center">
10
+ <img src="https://raw.githubusercontent.com/XZhang97666/AlpaCare/master/plots/logo.png" alt="Alt Text" width="200" height="200">
11
+ </p>
12
+
13
+
14
+
15
+ This is the model weight of *AlpaCare*-LLaMA2-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
+ ```