base_model: | |
- TheDrummer/Rocinante-12B-v1.1 | |
- LatitudeGames/Wayfarer-12B | |
- huihui-ai/Mistral-Small-24B-Instruct-2501-abliterated | |
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 TIES](https://arxiv.org/abs/2311.03099) merge method using [huihui-ai/Mistral-Small-24B-Instruct-2501-abliterated](https://huggingface.co/huihui-ai/Mistral-Small-24B-Instruct-2501-abliterated) as a base. | |
### Models Merged | |
The following models were included in the merge: | |
* [TheDrummer/Rocinante-12B-v1.1](https://huggingface.co/TheDrummer/Rocinante-12B-v1.1) | |
* [LatitudeGames/Wayfarer-12B](https://huggingface.co/LatitudeGames/Wayfarer-12B) | |
### Configuration | |
The following YAML configuration was used to produce this model: | |
```yaml | |
models: | |
- model: TheDrummer/Rocinante-12B-v1.1 | |
parameters: | |
density: 0.5 | |
weight: 0.5 | |
- model: LatitudeGames/Wayfarer-12B | |
parameters: | |
density: 0.5 | |
weight: 0.5 | |
merge_method: dare_ties | |
base_model: huihui-ai/Mistral-Small-24B-Instruct-2501-abliterated | |
parameters: | |
normalize: true | |
int8_mask: true | |
dtype: float16 | |
``` | |