File size: 342 Bytes
644244b |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
models:
- model: "microsoft/Phi-3.5-mini-instruct"
parameters:
weight: 0.5
- model: "microsoft/Phi-3-mini-4k-instruct"
parameters:
weight: 0.3
- model: "microsoft/Phi-3-mini-128k-instruct"
parameters:
weight: 0.2
base_model: "microsoft/Phi-3.5-mini-instruct"
merge_method: task_arithmetic
dtype: float16
|