Update base_model formatting
Browse files
README.md
CHANGED
@@ -1,9 +1,9 @@
|
|
1 |
---
|
2 |
-
base_model: https://huggingface.co/ehartford/dolphin-llama-13b
|
3 |
-
inference: false
|
4 |
license: other
|
5 |
-
model_creator: Eric Hartford
|
6 |
model_name: Dolphin Llama 13B
|
|
|
|
|
|
|
7 |
model_type: llama
|
8 |
prompt_template: 'SYSTEM: {system_message}
|
9 |
|
|
|
1 |
---
|
|
|
|
|
2 |
license: other
|
|
|
3 |
model_name: Dolphin Llama 13B
|
4 |
+
base_model: ehartford/dolphin-llama-13b
|
5 |
+
inference: false
|
6 |
+
model_creator: Eric Hartford
|
7 |
model_type: llama
|
8 |
prompt_template: 'SYSTEM: {system_message}
|
9 |
|