File size: 518 Bytes
815f4c5 |
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 |
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
|