File size: 387 Bytes
c92ed02 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 |
models:
- model: unsloth/Llama-3.3-70B-Instruct
- model: nvidia/Llama-3.1-Nemotron-70B-Instruct-HF
parameters:
density: 0.65
weight: 0.4
- model: EVA-UNIT-01/EVA-LLaMA-3.33-70B-v0.1
parameters:
density: 0.6
weight: 0.3
merge_method: dare_ties
base_model: unsloth/Llama-3.3-70B-Instruct
parameters:
normalize: true
int8_mask: true
dtype: bfloat16 |