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: Pygmalion 2 13B
|
15 |
model_type: llama
|
16 |
pipeline_tag: text-generation
|
17 |
prompt_template: 'The model has been trained on prompts using three different roles,
|
@@ -43,10 +46,6 @@ prompt_template: 'The model has been trained on prompts using three different ro
|
|
43 |
|
44 |
'
|
45 |
quantized_by: TheBloke
|
46 |
-
tags:
|
47 |
-
- text generation
|
48 |
-
- instruct
|
49 |
-
thumbnail: null
|
50 |
---
|
51 |
|
52 |
<!-- 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: Pygmalion 2 13B
|
15 |
+
base_model: PygmalionAI/pygmalion-2-13b
|
16 |
inference: false
|
|
|
|
|
|
|
17 |
model_creator: PygmalionAI
|
|
|
18 |
model_type: llama
|
19 |
pipeline_tag: text-generation
|
20 |
prompt_template: 'The model has been trained on prompts using three different roles,
|
|
|
46 |
|
47 |
'
|
48 |
quantized_by: TheBloke
|
|
|
|
|
|
|
|
|
49 |
---
|
50 |
|
51 |
<!-- header start -->
|