File size: 403 Bytes
8c2cbb2 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 |
slices:
- sources:
- model: unsloth/Phi-3.5-mini-instruct
layer_range: [0, 32]
- model: ihughes15234/phi35_tictactoe_dpo5epoch
layer_range: [0, 32]
merge_method: slerp
base_model: unsloth/Phi-3.5-mini-instruct
parameters:
t:
- filter: self_attn
value: [0, 0.5, 0.3, 0.7, 1]
- filter: mlp
value: [1, 0.5, 0.7, 0.3, 0]
- value: 0.5
dtype: bfloat16
|