This is a merge of pre-trained language models created using
mergekit.
I wanted to have enhanced roleplay performance and merged two of my favorite models together. I maybe release some merges like this with different methods and biases. This config seemed to be the best mix of both world on first glance.
I will update my experiences further in the future.
This model was merged using the
TIES merge method using
NousResearch/Hermes-2-Theta-Llama-3-70B as a base.
1models:
2 - model: NousResearch/Hermes-2-Theta-Llama-3-70B
3 parameters:
4 weight: 0.8
5 - model: Sao10K/L3-70B-Euryale-v2.1
6 parameters:
7 weight: 0.2
8merge_method: ties
9base_model: NousResearch/Hermes-2-Theta-Llama-3-70B
10parameters:
11 density: 0.7
12 normalize: true
13dtype: float16
14tokenizer_source: base
15