Update base_model formatting
Browse files
README.md
CHANGED
@@ -1,11 +1,13 @@
|
|
1 |
---
|
2 |
-
|
|
|
|
|
3 |
datasets:
|
4 |
- ehartford/WizardLM_alpaca_evol_instruct_70k_unfiltered
|
|
|
|
|
5 |
inference: false
|
6 |
-
license: other
|
7 |
model_creator: Eric Hartford
|
8 |
-
model_name: Wizardlm 7B Uncensored
|
9 |
model_type: llama
|
10 |
prompt_template: 'A chat between a curious user and an artificial intelligence assistant.
|
11 |
The assistant gives helpful, detailed, and polite answers to the user''s questions.
|
@@ -13,8 +15,6 @@ prompt_template: 'A chat between a curious user and an artificial intelligence a
|
|
13 |
|
14 |
'
|
15 |
quantized_by: TheBloke
|
16 |
-
tags:
|
17 |
-
- uncensored
|
18 |
---
|
19 |
|
20 |
<!-- header start -->
|
|
|
1 |
---
|
2 |
+
license: other
|
3 |
+
tags:
|
4 |
+
- uncensored
|
5 |
datasets:
|
6 |
- ehartford/WizardLM_alpaca_evol_instruct_70k_unfiltered
|
7 |
+
model_name: Wizardlm 7B Uncensored
|
8 |
+
base_model: ehartford/WizardLM-7B-Uncensored
|
9 |
inference: false
|
|
|
10 |
model_creator: Eric Hartford
|
|
|
11 |
model_type: llama
|
12 |
prompt_template: 'A chat between a curious user and an artificial intelligence assistant.
|
13 |
The assistant gives helpful, detailed, and polite answers to the user''s questions.
|
|
|
15 |
|
16 |
'
|
17 |
quantized_by: TheBloke
|
|
|
|
|
18 |
---
|
19 |
|
20 |
<!-- header start -->
|