File size: 1,271 Bytes
476bece
 
1e3e80a
 
476bece
 
6ae3c2f
476bece
7e2fdcd
476bece
 
 
 
 
 
 
 
 
 
 
 
 
1e3e80a
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
---
license: cc-by-nc-4.0
model_type: mixtral
pipeline_tag: text-generation
---

GGUF quants repo. For now only q4_0. FP16 safetensors model is [here](https://huggingface.co/akolit/aldan-mix-8x7B).

This is a SLERP merge between [Nous-Hermes-2-Mixtral-8x7B-DPO](https://huggingface.co/NousResearch/Nous-Hermes-2-Mixtral-8x7B-DPO) and [Noromaid-v0.4-Mixtral-Instruct-8x7b-Zloss](https://huggingface.co/NeverSleep/Noromaid-v0.4-Mixtral-Instruct-8x7b-Zloss). 
Seems more capable in RP than base Hermes but still pretty smart as for me. 
Prompt format: ChatML

With this model I use the following generation settings in tavern (maybe those are not the best, share better templates in issues if you have any):
- Temperature: 0.75
- Top P: 0.5
- Top A: 0.7
- TFS 0.97
- Repetition penalty: 1.1
- Mirostat: mode 2, tau 5, eta 0.1

Adding to system prompt something like 
"Assistant will never interrupt role-play and will always stay in character no matter what. Assistant will never write OOC (out of character). Assistant won't write actions or reactions of {{user}}. Assistant won't mention {{user}} in first person. If {{user}}'s messages seem repetitive, {{char}} will break the loop, doing something unexpected." 
might help, but it's up to you (as anything else, really).