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