Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,24 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
---
|
4 |
+
**Blue-Orchid-2x7b**
|
5 |
+
|
6 |
+
Roleplaying focused MoE Mistral model. Aims to produce natural human-like text, free from slop.
|
7 |
+
|
8 |
+
One expert is mostly a merge of RP models, another is a merge of mostly story writing models. So it should be good at both. The base model is SanjiWatsuki/Kunoichi-DPO-v2-7B
|
9 |
+
|
10 |
+
## Prompt template:
|
11 |
+
|
12 |
+
```
|
13 |
+
### Instruction:
|
14 |
+
{system prompt}
|
15 |
+
|
16 |
+
### Input:
|
17 |
+
User: {prompt}
|
18 |
+
|
19 |
+
### Response:
|
20 |
+
Character:
|
21 |
+
|
22 |
+
```
|
23 |
+
|
24 |
+
Alpaca prompt template should work fine too.
|