Update README.md
Browse files
README.md
CHANGED
@@ -5,14 +5,14 @@ language:
|
|
5 |
library_name: transformers
|
6 |
pipeline_tag: text-generation
|
7 |
tags:
|
8 |
-
- Pygmalion
|
9 |
- Mistral
|
|
|
10 |
- llama-2
|
11 |
- llama-2-7b
|
12 |
---
|
13 |
|
14 |
|
15 |
-
#
|
16 |
|
17 |
This is a merger focusing on preserving the roleplay abilities of Pygmalion while gaining the improved results from Mistral. This model works best for roleplay but is still fairly capable assistant. The smaller (7b) size does mean it isn't perfect at more complex reasoning tasks, but this should be addressed in the larger version that I'll upload soon.
|
18 |
### Prompt Template
|
|
|
5 |
library_name: transformers
|
6 |
pipeline_tag: text-generation
|
7 |
tags:
|
|
|
8 |
- Mistral
|
9 |
+
- Pygmalion
|
10 |
- llama-2
|
11 |
- llama-2-7b
|
12 |
---
|
13 |
|
14 |
|
15 |
+
# MistralPy-7b
|
16 |
|
17 |
This is a merger focusing on preserving the roleplay abilities of Pygmalion while gaining the improved results from Mistral. This model works best for roleplay but is still fairly capable assistant. The smaller (7b) size does mean it isn't perfect at more complex reasoning tasks, but this should be addressed in the larger version that I'll upload soon.
|
18 |
### Prompt Template
|