Update base_model formatting
Browse files
README.md
CHANGED
@@ -1,15 +1,18 @@
|
|
1 |
---
|
2 |
-
|
|
|
|
|
|
|
|
|
|
|
3 |
datasets:
|
4 |
- OpenAssistant/oasst1
|
5 |
- nomic-ai/gpt4all_prompt_generations
|
6 |
- tatsu-lab/alpaca
|
|
|
|
|
7 |
inference: false
|
8 |
-
language:
|
9 |
-
- en
|
10 |
-
license: cc-by-nc-sa-4.0
|
11 |
model_creator: CarperAI
|
12 |
-
model_name: Stable Vicuna 13B
|
13 |
model_type: llama
|
14 |
prompt_template: 'A chat between a curious user and an artificial intelligence assistant.
|
15 |
The assistant gives helpful, detailed, and polite answers to the user''s questions.
|
@@ -17,9 +20,6 @@ prompt_template: 'A chat between a curious user and an artificial intelligence a
|
|
17 |
|
18 |
'
|
19 |
quantized_by: TheBloke
|
20 |
-
tags:
|
21 |
-
- causal-lm
|
22 |
-
- llama
|
23 |
---
|
24 |
|
25 |
<!-- header start -->
|
|
|
1 |
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
+
license: cc-by-nc-sa-4.0
|
5 |
+
tags:
|
6 |
+
- causal-lm
|
7 |
+
- llama
|
8 |
datasets:
|
9 |
- OpenAssistant/oasst1
|
10 |
- nomic-ai/gpt4all_prompt_generations
|
11 |
- tatsu-lab/alpaca
|
12 |
+
model_name: Stable Vicuna 13B
|
13 |
+
base_model: CarperAI/stable-vicuna-13b-delta
|
14 |
inference: false
|
|
|
|
|
|
|
15 |
model_creator: CarperAI
|
|
|
16 |
model_type: llama
|
17 |
prompt_template: 'A chat between a curious user and an artificial intelligence assistant.
|
18 |
The assistant gives helpful, detailed, and polite answers to the user''s questions.
|
|
|
20 |
|
21 |
'
|
22 |
quantized_by: TheBloke
|
|
|
|
|
|
|
23 |
---
|
24 |
|
25 |
<!-- header start -->
|