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 13B Uncensored
|
9 |
model_type: llama
|
10 |
prompt_template: 'You are a helpful AI assistant.
|
11 |
|
@@ -16,8 +18,6 @@ prompt_template: 'You are a helpful AI assistant.
|
|
16 |
|
17 |
'
|
18 |
quantized_by: TheBloke
|
19 |
-
tags:
|
20 |
-
- uncensored
|
21 |
---
|
22 |
|
23 |
<!-- header start -->
|
|
|
1 |
---
|
2 |
+
license: other
|
3 |
+
tags:
|
4 |
+
- uncensored
|
5 |
datasets:
|
6 |
- ehartford/WizardLM_alpaca_evol_instruct_70k_unfiltered
|
7 |
+
model_name: Wizardlm 13B Uncensored
|
8 |
+
base_model: ehartford/WizardLM-13B-Uncensored
|
9 |
inference: false
|
|
|
10 |
model_creator: Eric Hartford
|
|
|
11 |
model_type: llama
|
12 |
prompt_template: 'You are a helpful AI assistant.
|
13 |
|
|
|
18 |
|
19 |
'
|
20 |
quantized_by: TheBloke
|
|
|
|
|
21 |
---
|
22 |
|
23 |
<!-- header start -->
|