File size: 512 Bytes
6741657 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 |
models:
- model: meta-llama/Meta-Llama-3-70B-Instruct
# no parameters necessary for base model
- model: meta-llama/Meta-Llama-3-70B-Instruct
parameters:
weight: 0.50
density: 0.56
- model: meta-llama/Meta-Llama-3-70B-Instruct
parameters:
weight: 0.20
density: 0.50
- model: meta-llama/Meta-Llama-3-70B-Instruct
parameters:
weight: 0.50
density: 0.56
merge_method: dare_ties
base_model: meta-llama/Meta-Llama-3-70B-Instruct
parameters:
int8_mask: true |