File size: 409 Bytes
2f6f49a |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 |
slices:
- sources:
- model: TinyLlama/TinyLlama-1.1B-Chat-v1.0
layer_range: [0, 22]
- model: TinyLlama/TinyLlama-1.1B-Chat-v1.0
layer_range: [0, 22]
merge_method: slerp
base_model: TinyLlama/TinyLlama-1.1B-Chat-v1.0
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
|