File size: 303 Bytes
4ec95bd |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
models:
- model: ifable/gemma-2-Ifable-9B
# No parameters necessary for base model
- model: BAAI/Gemma2-9B-IT-Simpo-Infinity-Preference
parameters:
density: 0.5
weight: 1
merge_method: dare_ties
base_model: ifable/gemma-2-Ifable-9B
parameters:
int8_mask: true
dtype: bfloat16
|