File size: 339 Bytes
65a8d8c |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 |
models:
- model: TheDrummer/UnslopNemo-12B-v4
parameters:
weight: [0.6, 0.5, 0.3, 0.5, 0.6]
- model: inflatebot/MN-12B-Mag-Mell-R1
parameters:
weight: [0.4, 0.5, 0.7, 0.5, 0.4]
merge_method: nuslerp
dtype: bfloat16
chat_template: "chatml"
tokenizer:
source: union
parameters:
normalize: true
int8_mask: true
|