File size: 333 Bytes
567e2e2 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 |
models:
- model: meta-llama/Llama-3.2-3B-Instruct
parameters:
density: 0.5
weight: 0.5
- model: meta-llama/Llama-3.2-3B
parameters:
density: 0.5
weight: 0.5
merge_method: ties
base_model: huihui-ai/Llama-3.2-3B-Instruct-abliterated
parameters:
normalize: false
int8_mask: true
dtype: float16
|