---
base_model:
- bamec66557/MNRP_0.5
- nbeerbower/mistral-nemo-wissenschaft-12B
- ArliAI/Mistral-Nemo-12B-ArliAI-RPMax-v1.2
- Infermatic/MN-12B-Inferor-v0.1
- redrix/AngelSlayer-12B-Unslop-Mell-RPMax-DARKNESS
- crestf411/MN-Slush
- DavidAU/MN-GRAND-Gutenberg-Lyra4-Lyra-12B-DARKNESS
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 [bamec66557/MNRP_0.5](https://huggingface.co/bamec66557/MNRP_0.5) as a base.

### Models Merged

The following models were included in the merge:
* [nbeerbower/mistral-nemo-wissenschaft-12B](https://huggingface.co/nbeerbower/mistral-nemo-wissenschaft-12B)
* [ArliAI/Mistral-Nemo-12B-ArliAI-RPMax-v1.2](https://huggingface.co/ArliAI/Mistral-Nemo-12B-ArliAI-RPMax-v1.2)
* [Infermatic/MN-12B-Inferor-v0.1](https://huggingface.co/Infermatic/MN-12B-Inferor-v0.1)
* [redrix/AngelSlayer-12B-Unslop-Mell-RPMax-DARKNESS](https://huggingface.co/redrix/AngelSlayer-12B-Unslop-Mell-RPMax-DARKNESS)
* [crestf411/MN-Slush](https://huggingface.co/crestf411/MN-Slush)
* [DavidAU/MN-GRAND-Gutenberg-Lyra4-Lyra-12B-DARKNESS](https://huggingface.co/DavidAU/MN-GRAND-Gutenberg-Lyra4-Lyra-12B-DARKNESS)

### Configuration

The following YAML configuration was used to produce this model:

```yaml
models:
  - model: bamec66557/MNRP_0.5
  - model: Infermatic/MN-12B-Inferor-v0.1
  - model: redrix/AngelSlayer-12B-Unslop-Mell-RPMax-DARKNESS
  - model: crestf411/MN-Slush
  - model: DavidAU/MN-GRAND-Gutenberg-Lyra4-Lyra-12B-DARKNESS
  - model: nbeerbower/mistral-nemo-wissenschaft-12B
  - model: ArliAI/Mistral-Nemo-12B-ArliAI-RPMax-v1.2
merge_method: model_stock
base_model: bamec66557/MNRP_0.5
parameters:
  weight: 1
  density: 1
  normalize: true
  int8_mask: true
tokenizer_source: union
parameters:
  normalize: false
  int8_mask: true
  epsilon: 0.05
  lambda: 1
dtype: bfloat16
```