|
--- |
|
base_model: |
|
- NousResearch/Hermes-2-Pro-Mistral-7B |
|
- Weyaxi/Einstein-v4-7B |
|
- kubernetes-bad/chargen-v2 |
|
- NeverSleep/Noromaid-7B-0.4-DPO |
|
library_name: transformers |
|
tags: |
|
- mergekit |
|
- merge |
|
--- |
|
# merge |
|
|
|
This is a test merge in hopes of giving CharGen improved functionality in character creation as well as making it more useful in creating Lorebook/WI entries |
|
|
|
Created using [mergekit](https://github.com/cg123/mergekit). |
|
|
|
## Merge Details |
|
### Merge Method |
|
|
|
This model was merged using the [TIES](https://arxiv.org/abs/2306.01708) merge method using [kubernetes-bad/chargen-v2](https://huggingface.co/kubernetes-bad/chargen-v2) as a base. |
|
|
|
### Models Merged |
|
|
|
The following models were included in the merge: |
|
* [NousResearch/Hermes-2-Pro-Mistral-7B](https://huggingface.co/NousResearch/Hermes-2-Pro-Mistral-7B) |
|
* [Weyaxi/Einstein-v4-7B](https://huggingface.co/Weyaxi/Einstein-v4-7B) |
|
* [NeverSleep/Noromaid-7B-0.4-DPO](https://huggingface.co/NeverSleep/Noromaid-7B-0.4-DPO) |
|
|
|
### Configuration |
|
|
|
The following YAML configuration was used to produce this model: |
|
|
|
```yaml |
|
models: |
|
- model: kubernetes-bad/chargen-v2 |
|
parameters: |
|
density: 1 |
|
weight: 1 |
|
- model: NeverSleep/Noromaid-7B-0.4-DPO |
|
parameters: |
|
density: 0.5 |
|
weight: 0.2 |
|
- model: Weyaxi/Einstein-v4-7B |
|
parameters: |
|
density: [0.6, 0.5, 0.4, 0.5, 0.6] |
|
weight: 0.15 |
|
- model: NousResearch/Hermes-2-Pro-Mistral-7B |
|
parameters: |
|
density: [0.4, 0.5, 0.6, 0.5, 0.4] |
|
weight: 0.15 |
|
merge_method: ties |
|
base_model: kubernetes-bad/chargen-v2 |
|
parameters: |
|
normalize: true |
|
int8_mask: true |
|
dtype: float16 |
|
``` |