File size: 285 Bytes
ebd48e4 |
1 2 3 4 5 6 7 8 9 |
models:
- model: Blazgo/2-pro-base
- model: NobodyExistsOnTheInternet/code-llama-70b-python-instruct
merge_method: slerp
base_model: Blazgo/2-pro-base
dtype: bfloat16
parameters:
t: [0, 0.5, 1, 0.5, 0] # V shaped curve: Hermes for input & output, WizardMath in the middle layers
|