Update README.md
Browse files
README.md
CHANGED
@@ -6,24 +6,14 @@ tags:
|
|
6 |
- safetensors
|
7 |
- mixtral
|
8 |
---
|
9 |
-
Test model.
|
10 |
|
11 |
-
Under testing...
|
12 |
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
positive_prompts: []
|
23 |
-
- source_model: /content/Kuno
|
24 |
-
positive_prompts: []
|
25 |
-
- source_model: /content/InfinityRP
|
26 |
-
positive_prompts: []
|
27 |
-
- source_model: /content/LemonadeRP
|
28 |
-
positive_prompts: []
|
29 |
-
```
|
|
|
6 |
- safetensors
|
7 |
- mixtral
|
8 |
---
|
|
|
9 |
|
|
|
10 |
|
11 |
+
Testing done.
|
12 |
+
|
13 |
+
It performs really well in complex scenario and follows the character card quite well. The char card and previous message can affect a lot to the next reply style.
|
14 |
+
|
15 |
+
The main idea is instead of _merging_ models to create new model, I try to put these best model into mixtral so it can work together. And the result is good, every model has its uniqueness and strength.
|
16 |
+
|
17 |
+
Downside? it only support 8k (8192) context length...
|
18 |
+
|
19 |
+
Alpaca prompting format.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|