File size: 461 Bytes
9375852 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 |
merge_method: model_stock
models:
- model: AiAF/Pretrained-SCP-1B-QLoRA
parameters:
weight: 1.0
- model: apider/Llama-3.2-1B-Instruct-FineTome-100k
parameters:
weight: 1.0
- model: qingy2024/Benchmaxx-Llama-3.2-1B-Instruct
parameters:
weight: 1.0
base_model: Novaciano/BAPHOMET
dtype: bfloat16
out_dtype: bfloat16
parameters:
int8_mask: true
normalize: true
rescale: false
chat_template: auto
tokenizer:
source: union |