File size: 593 Bytes
f37c1a7 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 |
models:
- model: Sao10K/L3-8B-Lunaris-v1
- model: kromeurus/L3.1-Clouded-Uchtave-v0.1-8B
parameters:
density: [0.35, 0.45, 0.5, 0.55, 0.65, 0.55, 0.5, 0.45, 0.35]
weight: [0.495, 0.165, 0.165, 0.495, 0.495, 0.165, 0.165, 0.495]
- model: kromeurus/L3.1-Aglow-Vulca-v0.1-8B
parameters:
density: [0.65, 0.55, 0.5, 0.45, 0.35, 0.45, 0.5, 0.55, 0.65]
weight: [0.165, 0.495, 0.495, 0.165, 0.165, 0.495, 0.495, 0.165]
merge_method: dare_ties
base_model: Sao10K/L3-8B-Lunaris-v1
parameters:
normalize: false
int8_mask: true
dtype: float32
out_dtype: bfloat16
|