iandennismiller
commited on
Commit
•
4a5404c
1
Parent(s):
670b994
disable inference, HF does not support GGUF
Browse files
README.md
CHANGED
@@ -1,11 +1,10 @@
|
|
1 |
---
|
2 |
base_model: https://huggingface.co/truehealth/LLama-2-MedText-13b
|
3 |
-
inference:
|
4 |
license: cc-by-nc-4.0
|
5 |
model_creator: truehealth
|
6 |
model_name: LLama 2 MedText 13b
|
7 |
model_type: llama
|
8 |
-
library_name: transformers
|
9 |
prompt_template: '[INST]{prompt}[\INST]'
|
10 |
quantized_by: iandennismiller
|
11 |
pipeline_tag: text-generation
|
|
|
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 |
pipeline_tag: text-generation
|