MN-12B-Azure-Veil / README.md
Vortex5's picture
Update README.md
0a8055b verified
---
base_model:
- crestf411/MN-Slush
- SicariusSicariiStuff/Impish_Nemo_12B
- Vortex5/Moonlit-Shadow-12B
- anthracite-org/magnum-v4-12b
library_name: transformers
tags:
- mergekit
- merge
- roleplay
---
# MN-12B-Azure-Veil
![azureveil_](https://cdn-uploads.huggingface.co/production/uploads/6669a3a617b838fda45637b8/OQlz_gOQYOcgMSpJ-RcQH.png)
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 Passthrough merge method.
### Models Merged
The following models were included in the merge:
* [crestf411/MN-Slush](https://huggingface.co/crestf411/MN-Slush)
* [SicariusSicariiStuff/Impish_Nemo_12B](https://huggingface.co/SicariusSicariiStuff/Impish_Nemo_12B)
* [Vortex5/Moonlit-Shadow-12B](https://huggingface.co/Vortex5/Moonlit-Shadow-12B)
* [anthracite-org/magnum-v4-12b](https://huggingface.co/anthracite-org/magnum-v4-12b)
### Configuration
The following YAML configuration was used to produce this model:
```yaml
slices:
- sources:
- model: anthracite-org/magnum-v4-12b
layer_range: [0, 15]
- sources:
- model: SicariusSicariiStuff/Impish_Nemo_12B
layer_range: [15, 20]
- sources:
- model: crestf411/MN-Slush
layer_range: [20, 32]
- sources:
- model: Vortex5/Moonlit-Shadow-12B
layer_range: [32, 40]
merge_method: passthrough
dtype: bfloat16
tokenizer:
source: anthracite-org/magnum-v4-12b
```