File size: 403 Bytes
e0fab7c |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 |
models:
- model: F:\AI\Pic\Magnum-Picaro-0.7-v2-12b
parameters:
density: [1, 0.7, 0.1] # density gradient
weight: 1.0
- model: F:\AI\Wayfarer\Wayfarer-12B
parameters:
density: 0.3
weight: [0, 0.3, 0.7, 1] # weight gradient
merge_method: ties
base_model: F:\AI\Pic\Magnum-Picaro-0.7-v2-12b
parameters:
normalize: true
int8_mask: true
dtype: float16
|