File size: 389 Bytes
8fb8698 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 |
models:
- model: prithivMLmods/Phi-4-QwQ
#no parameters necessary for base model
- model: benhaotang/Phi-4-llama-t1-full
parameters:
density: 0.5
weight: 0.5
- model: prithivMLmods/Phi-4-QwQ
parameters:
density: 0.5
weight: 0.5
merge_method: ties
base_model: prithivMLmods/Phi-4-QwQ
parameters:
normalize: false
int8_mask: true
dtype: float16 |