File size: 529 Bytes
c149b6b |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 |
models:
- model: ReadyArt/Forgotten-Safeword-24B-v4.0
parameters:
weight: 0.3
density: 0.35
- model: TroyDoesAI/BlackSheep-24B
parameters:
weight: 0.4
density: 0.35
- model: unsloth/Mistral-Small-24B-Instruct-2501
parameters:
weight: 0.3
density: 0.35
merge_method: dare_ties
base_model: unsloth/Mistral-Small-24B-Instruct-2501
parameters:
normalize: true
int8_mask: true
temperature: 1.5
tokenizer_source: union
dtype: bfloat16
chat_template: auto |