File size: 452 Bytes
05cf349 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 |
models:
- model: tokyotech-llm/Swallow-13b-instruct-hf
# no parameters necessary for base model
- model: allenai/tulu-2-dpo-13b # follo 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-13b-instruct-hf
dtype: bfloat16
tokenizer_source: union
|