File size: 301 Bytes
5de786e |
1 2 3 4 5 6 7 8 9 |
models:
- model: MotherEarth/MotherEarth-1.0-8B
- model: mlabonne/Hermes-3-Llama-3.1-8B-lorablated
merge_method: slerp
base_model: MotherEarth/MotherEarth-1.0-8B
dtype: float16
parameters:
t: [0.2, 0.4, 0.8, 0.4, 0.2] # V shaped curve: Hermes for input & output, WizardMath in the middle layers
|