Update base_model formatting
Browse files
README.md
CHANGED
@@ -1,9 +1,9 @@
|
|
1 |
---
|
2 |
-
base_model: https://huggingface.co/timdettmers/guanaco-65b
|
3 |
-
inference: false
|
4 |
license: other
|
5 |
-
model_creator: Tim Dettmers
|
6 |
model_name: Guanaco 65B
|
|
|
|
|
|
|
7 |
model_type: llama
|
8 |
prompt_template: '### Human: {prompt}
|
9 |
|
|
|
1 |
---
|
|
|
|
|
2 |
license: other
|
|
|
3 |
model_name: Guanaco 65B
|
4 |
+
base_model: timdettmers/guanaco-65b
|
5 |
+
inference: false
|
6 |
+
model_creator: Tim Dettmers
|
7 |
model_type: llama
|
8 |
prompt_template: '### Human: {prompt}
|
9 |
|