Upload folder using huggingface_hub
Browse files- .gitattributes +1 -0
- README.md +34 -0
- alpacare-llama1-7b.Q4_0.gguf +3 -0
.gitattributes
CHANGED
@@ -33,3 +33,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
36 |
+
alpacare-llama1-7b.Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
|
README.md
ADDED
@@ -0,0 +1,34 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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*-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 |
+
```
|
alpacare-llama1-7b.Q4_0.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2bab1bd375e5a16ad0591fac7bb70b4aa634b63419d960f07ca645ca4e08686c
|
3 |
+
size 3825813216
|