File size: 392 Bytes
a6f9ef3 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 |
models:
- model: georgesung/llama2_7b_chat_uncensored
parameters:
density: [1, 0.7, 0.1] # density gradient
weight: 1.0
- model: NousResearch/Llama-2-7b-chat-hf
parameters:
density: 0.5
weight: [0, 0.3, 0.7, 1] # weight gradient
merge_method: ties
base_model: NousResearch/Llama-2-7b-chat-hf
parameters:
normalize: true
int8_mask: true
dtype: bfloat16
|