File size: 423 Bytes
d256497 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 |
models:
- model: paulml/OGNO-7B
parameters:
density: [1, 0.7, 0.3]
weight: [0, 0.3, 0.7, 1]
- model: nlpguy/AlloyIngot
parameters:
density: [1, 0.7, 0.1]
weight: [0, 0.25, 0.5, 1]
- model: mlabonne/Monarch-7B
parameters:
weight: 0.33
density: 0.33
merge_method: dare_ties
base_model: mlabonne/Monarch-7B
parameters:
int8_mask: true
normalize: true
dtype: bfloat16
|