File size: 442 Bytes
aa0a626 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 |
models:
- model: rombodawg/Rombos-LLM-V2.6-Qwen-14b
#no parameters necessary for base model
- model: nbeerbower/Qwen2.5-Gutenberg-Doppel-14B
parameters:
density: 0.7
weight: 0.7
- model: huihui-ai/Qwen2.5-14B-Instruct-abliterated-v2
parameters:
density: 0.5
weight: 0.5
merge_method: ties
base_model: rombodawg/Rombos-LLM-V2.6-Qwen-14b
parameters:
normalize: false
int8_mask: true
dtype: float16 |