File size: 278 Bytes
3aa3366 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 |
models:
- model: meta-llama/Llama-2-7b-hf
parameters:
weight: 0.5
- model: epfl-llm/meditron-7b
parameters:
weight: 0.5
merge_method: task_arithmetic
base_model: meta-llama/Llama-2-7b-hf
parameters:
normalize: true
int8_mask: true
dtype: bfloat16
|