MN-Funhouse-12B / README.md
Triangle104's picture
Upload folder using huggingface_hub
2e44eea verified
---
base_model:
- MarinaraSpaghetti/NemoMix-Unleashed-12B
- nothingiisreal/MN-12B-Celeste-V1.9
- anthracite-org/magnum-v4-12b
- elinas/Chronos-Gold-12B-1.0
- ArliAI/Mistral-Nemo-12B-ArliAI-RPMax-v1.3
- TheDrummer/Rocinante-12B-v1.1
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 [Model Stock](https://arxiv.org/abs/2403.19522) merge method using [ArliAI/Mistral-Nemo-12B-ArliAI-RPMax-v1.3](https://huggingface.co/ArliAI/Mistral-Nemo-12B-ArliAI-RPMax-v1.3) as a base.
### Models Merged
The following models were included in the merge:
* [MarinaraSpaghetti/NemoMix-Unleashed-12B](https://huggingface.co/MarinaraSpaghetti/NemoMix-Unleashed-12B)
* [nothingiisreal/MN-12B-Celeste-V1.9](https://huggingface.co/nothingiisreal/MN-12B-Celeste-V1.9)
* [anthracite-org/magnum-v4-12b](https://huggingface.co/anthracite-org/magnum-v4-12b)
* [elinas/Chronos-Gold-12B-1.0](https://huggingface.co/elinas/Chronos-Gold-12B-1.0)
* [TheDrummer/Rocinante-12B-v1.1](https://huggingface.co/TheDrummer/Rocinante-12B-v1.1)
### Configuration
The following YAML configuration was used to produce this model:
```yaml
models:
- model: elinas/Chronos-Gold-12B-1.0
- model: anthracite-org/magnum-v4-12b
- model: nothingiisreal/MN-12B-Celeste-V1.9
- model: TheDrummer/Rocinante-12B-v1.1
- model: MarinaraSpaghetti/NemoMix-Unleashed-12B
merge_method: model_stock
base_model: ArliAI/Mistral-Nemo-12B-ArliAI-RPMax-v1.3
dtype: bfloat16
```