File size: 323 Bytes
2047978 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 |
models:
- model: meta-llama/Meta-Llama-3-8B-Instruct
parameters:
weight: 0.2
- model: meta-llama/Meta-Llama-3.1-8B-Instruct
parameters:
weight: 0.8
base_model: meta-llama/Meta-Llama-3.1-8B-Instruct
merge_method: task_arithmetic
parameters:
normalize: true
int8_mask: true
dtype: bfloat16
|