Update base_model formatting
Browse files
README.md
CHANGED
@@ -1,17 +1,20 @@
|
|
1 |
---
|
2 |
-
|
|
|
|
|
|
|
|
|
|
|
3 |
datasets:
|
4 |
- PygmalionAI/PIPPA
|
5 |
- Open-Orca/OpenOrca
|
6 |
- Norquinal/claude_multiround_chat_30k
|
7 |
- jondurbin/airoboros-gpt4-1.4.1
|
8 |
- databricks/databricks-dolly-15k
|
|
|
|
|
9 |
inference: false
|
10 |
-
language:
|
11 |
-
- en
|
12 |
-
license: llama2
|
13 |
model_creator: PygmalionAI
|
14 |
-
model_name: Mythalion 13B
|
15 |
model_type: llama
|
16 |
pipeline_tag: text-generation
|
17 |
prompt_template: 'Below is an instruction that describes a task. Write a response
|
@@ -27,10 +30,6 @@ prompt_template: 'Below is an instruction that describes a task. Write a respons
|
|
27 |
|
28 |
'
|
29 |
quantized_by: TheBloke
|
30 |
-
tags:
|
31 |
-
- text generation
|
32 |
-
- instruct
|
33 |
-
thumbnail: null
|
34 |
---
|
35 |
|
36 |
<!-- header start -->
|
|
|
1 |
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
+
license: llama2
|
5 |
+
tags:
|
6 |
+
- text generation
|
7 |
+
- instruct
|
8 |
datasets:
|
9 |
- PygmalionAI/PIPPA
|
10 |
- Open-Orca/OpenOrca
|
11 |
- Norquinal/claude_multiround_chat_30k
|
12 |
- jondurbin/airoboros-gpt4-1.4.1
|
13 |
- databricks/databricks-dolly-15k
|
14 |
+
model_name: Mythalion 13B
|
15 |
+
base_model: PygmalionAI/mythalion-13b
|
16 |
inference: false
|
|
|
|
|
|
|
17 |
model_creator: PygmalionAI
|
|
|
18 |
model_type: llama
|
19 |
pipeline_tag: text-generation
|
20 |
prompt_template: 'Below is an instruction that describes a task. Write a response
|
|
|
30 |
|
31 |
'
|
32 |
quantized_by: TheBloke
|
|
|
|
|
|
|
|
|
33 |
---
|
34 |
|
35 |
<!-- header start -->
|