Mystic-Rune-v2-12B / README.md
Vortex5's picture
Upload folder using huggingface_hub
26b1705 verified
---
base_model:
- natong19/Mistral-Nemo-Instruct-2407-abliterated
- Vortex5/MN-Mystic-Rune-12B
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 [TIES](https://arxiv.org/abs/2306.01708) merge method using [natong19/Mistral-Nemo-Instruct-2407-abliterated](https://huggingface.co/natong19/Mistral-Nemo-Instruct-2407-abliterated) as a base.
### Models Merged
The following models were included in the merge:
* [Vortex5/MN-Mystic-Rune-12B](https://huggingface.co/Vortex5/MN-Mystic-Rune-12B)
### Configuration
The following YAML configuration was used to produce this model:
```yaml
merge_method: ties
dtype: bfloat16
base_model: natong19/Mistral-Nemo-Instruct-2407-abliterated
models:
- model: Vortex5/MN-Mystic-Rune-12B
parameters:
weight: 1.0
density: 1.0
parameters:
normalize: true
tokenizer:
source: union
```