Update base_model formatting
Browse files
README.md
CHANGED
@@ -1,9 +1,9 @@
|
|
1 |
---
|
2 |
-
base_model: https://huggingface.co/OpenAssistant/llama2-13b-megacode2-oasst
|
3 |
-
inference: false
|
4 |
license: other
|
5 |
-
model_creator: OpenAssistant
|
6 |
model_name: Llama2 13B MegaCode2 OASST
|
|
|
|
|
|
|
7 |
model_type: llama
|
8 |
prompt_template: '<|im_start|>system
|
9 |
|
|
|
1 |
---
|
|
|
|
|
2 |
license: other
|
|
|
3 |
model_name: Llama2 13B MegaCode2 OASST
|
4 |
+
base_model: OpenAssistant/llama2-13b-megacode2-oasst
|
5 |
+
inference: false
|
6 |
+
model_creator: OpenAssistant
|
7 |
model_type: llama
|
8 |
prompt_template: '<|im_start|>system
|
9 |
|