File size: 1,614 Bytes
815f4c5 0833fa5 815f4c5 0833fa5 815f4c5 0833fa5 815f4c5 0833fa5 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 |
---
base_model:
- ConicCat/Mistral-Small-3.2-AntiRep-24B
- CrucibleLab/M3.2-24B-Loki-V1.3
- zerofata/MS3.2-PaintedFantasy-v2-24B
- Gryphe/Codex-24B-Small-3.2
library_name: transformers
tags:
- mergekit
- merge
- roleplay
---

# MS3.2-24B-Fiery-Lynx
Instruct template: Mistral V7
## Merge Details
### Merge Method
This model was merged using the [Linear DELLA](https://arxiv.org/abs/2406.11617) merge method using [ConicCat/Mistral-Small-3.2-AntiRep-24B](https://huggingface.co/ConicCat/Mistral-Small-3.2-AntiRep-24B) as a base.
### Models Merged
The following models were included in the merge:
* [CrucibleLab/M3.2-24B-Loki-V1.3](https://huggingface.co/CrucibleLab/M3.2-24B-Loki-V1.3)
* [zerofata/MS3.2-PaintedFantasy-v2-24B](https://huggingface.co/zerofata/MS3.2-PaintedFantasy-v2-24B)
* [Gryphe/Codex-24B-Small-3.2](https://huggingface.co/Gryphe/Codex-24B-Small-3.2)
### Configuration
The following YAML configuration was used to produce this model:
```yaml
models:
- model: zerofata/MS3.2-PaintedFantasy-v2-24B
parameters:
weight: 0.2
density: 0.5
epsilon: 0.4
- model: Gryphe/Codex-24B-Small-3.2
parameters:
weight: 0.2
density: 0.5
epsilon: 0.4
- model: CrucibleLab/M3.2-24B-Loki-V1.3
parameters:
weight: 0.4
density: 0.4
epsilon: 0.3
merge_method: della_linear
base_model: ConicCat/Mistral-Small-3.2-AntiRep-24B
parameters:
lambda: 0.9
normalize: true
dtype: bfloat16
tokenizer:
source: union
``` |