Update base_model formatting
Browse files
README.md
CHANGED
|
@@ -1,9 +1,9 @@
|
|
| 1 |
---
|
| 2 |
-
base_model: https://huggingface.co/lmsys/vicuna-7b-v1.5
|
| 3 |
-
inference: false
|
| 4 |
license: llama2
|
| 5 |
-
model_creator: lmsys
|
| 6 |
model_name: Vicuna 7B v1.5
|
|
|
|
|
|
|
|
|
|
| 7 |
model_type: llama
|
| 8 |
prompt_template: 'A chat between a curious user and an artificial intelligence assistant.
|
| 9 |
The assistant gives helpful, detailed, and polite answers to the user''s questions.
|
|
|
|
| 1 |
---
|
|
|
|
|
|
|
| 2 |
license: llama2
|
|
|
|
| 3 |
model_name: Vicuna 7B v1.5
|
| 4 |
+
base_model: lmsys/vicuna-7b-v1.5
|
| 5 |
+
inference: false
|
| 6 |
+
model_creator: lmsys
|
| 7 |
model_type: llama
|
| 8 |
prompt_template: 'A chat between a curious user and an artificial intelligence assistant.
|
| 9 |
The assistant gives helpful, detailed, and polite answers to the user''s questions.
|