Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,13 @@
|
|
1 |
---
|
2 |
license: llama2
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
|
|
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: >
|
9 |
+
A chat between a curious user and an artificial intelligence assistant. The
|
10 |
+
assistant gives helpful, detailed, and polite answers to the user's questions.
|
11 |
+
USER: {prompt} ASSISTANT:
|
12 |
+
prepared_by: TheMarmot
|
13 |
---
|