File size: 473 Bytes
3bf41a3 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 |
models:
- model: mlabonne/NeuralMonarch-7B
# No parameters necessary for base model
- model: mlabonne/AlphaMonarch-7B
parameters:
density: 0.53
weight: 0.4
- model: bardsai/jaskier-7b-dpo-v5.6
parameters:
density: 0.53
weight: 0.3
- model: macadeliccc/MBX-7B-v3-DPO
parameters:
density: 0.53
weight: 0.3
merge_method: dare_ties
base_model: mlabonne/NeuralMonarch-7B
parameters:
int8_mask: true
dtype: bfloat16
|