Hathor-v4.1 / README.md
MrRobotoAI's picture
Upload folder using huggingface_hub
d8a03ba verified
---
base_model:
- CallComply/zephyr-7b-beta-128k
- Nitral-Archive/HerculeanSea-7b-128k
- NousResearch/Yarn-Mistral-7b-128k
- Aratako/SniffyOtter-7B-Novel-Writing-NSFW
- MrRobotoAI/Hathor-v4
- Aratako/Antler-7B-Novel-Writing
- OmnicromsBrain/Eros_Scribe-7b
- Norquinal/Mistral-7B-storywriter
library_name: transformers
tags:
- mergekit
- merge
---
# merge
This is a merge of pre-trained language models created using [mergekit](https://github.com/cg123/mergekit).
## Merge Details
### Merge Method
This model was merged using the [DARE](https://arxiv.org/abs/2311.03099) [TIES](https://arxiv.org/abs/2306.01708) merge method using [MrRobotoAI/Hathor-v4](https://huggingface.co/MrRobotoAI/Hathor-v4) as a base.
### Models Merged
The following models were included in the merge:
* [CallComply/zephyr-7b-beta-128k](https://huggingface.co/CallComply/zephyr-7b-beta-128k)
* [Nitral-Archive/HerculeanSea-7b-128k](https://huggingface.co/Nitral-Archive/HerculeanSea-7b-128k)
* [NousResearch/Yarn-Mistral-7b-128k](https://huggingface.co/NousResearch/Yarn-Mistral-7b-128k)
* [Aratako/SniffyOtter-7B-Novel-Writing-NSFW](https://huggingface.co/Aratako/SniffyOtter-7B-Novel-Writing-NSFW)
* [Aratako/Antler-7B-Novel-Writing](https://huggingface.co/Aratako/Antler-7B-Novel-Writing)
* [OmnicromsBrain/Eros_Scribe-7b](https://huggingface.co/OmnicromsBrain/Eros_Scribe-7b)
* [Norquinal/Mistral-7B-storywriter](https://huggingface.co/Norquinal/Mistral-7B-storywriter)
### Configuration
The following YAML configuration was used to produce this model:
```yaml
models:
- model: CallComply/zephyr-7b-beta-128k
parameters:
weight: 0.125
density: 0.9
- model: Nitral-Archive/HerculeanSea-7b-128k
parameters:
weight: 0.125
density: 0.9
- model: NousResearch/Yarn-Mistral-7b-128k
parameters:
weight: 0.125
density: 0.9
- model: Norquinal/Mistral-7B-storywriter
parameters:
weight: 0.0625
density: 0.9
- model: MrRobotoAI/Hathor-v4
parameters:
weight: 0.3125
density: 0.9
- model: OmnicromsBrain/Eros_Scribe-7b
parameters:
weight: 0.125
density: 0.9
- model: Aratako/Antler-7B-Novel-Writing
parameters:
weight: 0.0625
density: 0.9
- model: Aratako/SniffyOtter-7B-Novel-Writing-NSFW
parameters:
weight: 0.0625
density: 0.9
merge_method: dare_ties
base_model: MrRobotoAI/Hathor-v4
parameters:
normalize: true
dtype: float16
```