Update base_model formatting
Browse files
README.md
CHANGED
@@ -1,12 +1,12 @@
|
|
1 |
---
|
2 |
-
base_model: https://huggingface.co/fangloveskari/ORCA_LLaMA_70B_QLoRA
|
3 |
-
inference: false
|
4 |
language:
|
5 |
- en
|
6 |
-
library_name: transformers
|
7 |
license: llama2
|
8 |
-
|
9 |
model_name: ORCA LLaMA 70B QLoRA
|
|
|
|
|
|
|
10 |
model_type: llama
|
11 |
prompt_template: 'Info on prompt template will be added shortly.
|
12 |
|
|
|
1 |
---
|
|
|
|
|
2 |
language:
|
3 |
- en
|
|
|
4 |
license: llama2
|
5 |
+
library_name: transformers
|
6 |
model_name: ORCA LLaMA 70B QLoRA
|
7 |
+
base_model: fangloveskari/ORCA_LLaMA_70B_QLoRA
|
8 |
+
inference: false
|
9 |
+
model_creator: fangloveskari
|
10 |
model_type: llama
|
11 |
prompt_template: 'Info on prompt template will be added shortly.
|
12 |
|