File size: 578 Bytes
df7d83c |
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: anthracite-org/magnum-v2.5-12b-kto
parameters:
weight: 1.0
density: 0.5
- model: Undi95/LocalC-12B-e2.0
parameters:
weight: 1.0
lambda: 0.8
- model: NeverSleep/Lumimaid-v0.2-12B
parameters:
weight: 1.0
density: 0.4
- model: VAGOsolutions/SauerkrautLM-Nemo-12b-Instruct
parameters:
weight: 1.0
merge_method: della_linear
base_model: unsloth/Mistral-Nemo-Base-2407
parameters:
density: 0.6
lambda: 1.0
epsilon: 0.08
normalize: true
int8_mask: true
dtype: bfloat16
tokenizer_source: union |