File size: 431 Bytes
bc264c8 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 |
models:
- model: togethercomputer/Llama-2-7B-32K-Instruct
# No parameters necessary for base model
- model: Severus27/BeingWell_llama2_7b
parameters:
density: 0.53
weight: 0.4
- model: ParthasarathyShanmugam/llama-2-7b-samantha
parameters:
density: 0.53
weight: 0.4
merge_method: dare_ties
base_model: togethercomputer/Llama-2-7B-32K-Instruct
parameters:
int8_mask: true
dtype: float16
|