Update base_model formatting
Browse files
README.md
CHANGED
@@ -1,13 +1,13 @@
|
|
1 |
---
|
2 |
-
base_model: https://huggingface.co/ehartford/WizardLM-1.0-Uncensored-Llama2-13b
|
3 |
-
datasets:
|
4 |
-
- ehartford/WizardLM_evol_instruct_V2_196k_unfiltered_merged_split
|
5 |
-
inference: false
|
6 |
language:
|
7 |
- en
|
8 |
license: llama2
|
9 |
-
|
|
|
10 |
model_name: WizardLM 1.0 Uncensored Llama2 13B
|
|
|
|
|
|
|
11 |
model_type: llama
|
12 |
prompt_template: 'You are a helpful AI assistant.
|
13 |
|
|
|
1 |
---
|
|
|
|
|
|
|
|
|
2 |
language:
|
3 |
- en
|
4 |
license: llama2
|
5 |
+
datasets:
|
6 |
+
- ehartford/WizardLM_evol_instruct_V2_196k_unfiltered_merged_split
|
7 |
model_name: WizardLM 1.0 Uncensored Llama2 13B
|
8 |
+
base_model: ehartford/WizardLM-1.0-Uncensored-Llama2-13b
|
9 |
+
inference: false
|
10 |
+
model_creator: Eric Hartford
|
11 |
model_type: llama
|
12 |
prompt_template: 'You are a helpful AI assistant.
|
13 |
|