File size: 450 Bytes
a17b6f7 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 |
models:
- model: tokyotech-llm/Swallow-7b-instruct-hf
# no parameters necessary for base model
- model: allenai/tulu-2-dpo-7b # follow user intent
parameters:
density: 1
weight:
- filter: mlp
value: 0.1
- filter: self_attn
value: 0.45
- value: 0 # fallback for rest of tensors.
merge_method: dare_ties
base_model: tokyotech-llm/Swallow-7b-instruct-hf
dtype: bfloat16
tokenizer_source: union
|