File size: 420 Bytes
bc476e3 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 |
models:
- model: unsloth/Llama-3.2-3B-Instruct
#no parameters necessary for base model
- model: TroyDoesAI/BlackSheep-Llama3.2-3B
parameters:
density: 0.5
weight: 0.5
- model: ValiantLabs/Llama3.2-3B-ShiningValiant2
parameters:
density: 0.5
weight: 0.5
merge_method: ties
base_model: unsloth/Llama-3.2-3B-Instruct
parameters:
normalize: false
int8_mask: true
dtype: float16 |