Update base_model formatting
Browse files
README.md
CHANGED
@@ -1,9 +1,9 @@
|
|
1 |
---
|
2 |
-
base_model: https://huggingface.co/nkpz/llama2-22b-daydreamer-v2
|
3 |
-
inference: false
|
4 |
license: other
|
5 |
-
model_creator: Nick Perez
|
6 |
model_name: Llama2 22B Daydreamer v2
|
|
|
|
|
|
|
7 |
model_type: llama
|
8 |
prompt_template: "Q&A Example\n\n```\nQuestion: {prompt}\nAnswer:\n```\n\n\nAn example\
|
9 |
\ of how it handles different roles, which I still like to use explicit instructions\
|
|
|
1 |
---
|
|
|
|
|
2 |
license: other
|
|
|
3 |
model_name: Llama2 22B Daydreamer v2
|
4 |
+
base_model: nkpz/llama2-22b-daydreamer-v2
|
5 |
+
inference: false
|
6 |
+
model_creator: Nick Perez
|
7 |
model_type: llama
|
8 |
prompt_template: "Q&A Example\n\n```\nQuestion: {prompt}\nAnswer:\n```\n\n\nAn example\
|
9 |
\ of how it handles different roles, which I still like to use explicit instructions\
|