Commit
·
a888e0d
1
Parent(s):
f87e3a7
add yaml metadata
Browse files
README.md
CHANGED
@@ -1,4 +1,16 @@
|
|
1 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
|
3 |
Quantized GGUF of https://huggingface.co/truehealth/LLama-2-MedText-13b
|
4 |
|
|
|
1 |
+
---
|
2 |
+
base_model: https://huggingface.co/truehealth/LLama-2-MedText-13b
|
3 |
+
inference: false
|
4 |
+
license: cc-by-nc-4.0
|
5 |
+
model_creator: truehealth
|
6 |
+
model_name: LLama 2 MedText 13b
|
7 |
+
model_type: llama
|
8 |
+
prompt_template: '[INST]{prompt}[\INST]'
|
9 |
+
quantized_by: iandennismiller
|
10 |
+
tags:
|
11 |
+
- medical
|
12 |
+
---
|
13 |
+
# LLama-2-MedText-13b-GGUF
|
14 |
|
15 |
Quantized GGUF of https://huggingface.co/truehealth/LLama-2-MedText-13b
|
16 |
|