File size: 657 Bytes
53cd953 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 |
merge_method: model_stock
models:
- model: TheDrummer/Fallen-Llama-3.3-R1-70B-v1
parameters:
weight: 1.0
- model: huihui-ai/Llama-3.1-Nemotron-70B-Instruct-HF-abliterated
parameters:
weight: 1.0
- model: huihui-ai/Llama-3.1-Tulu-3-70B-abliterated
parameters:
weight: 1.0
- model: hitachi-nlp/Llama-3.1-70B-FLDx2
parameters:
weight: 1.0
base_model: huihui-ai/Llama-3.3-70B-Instruct-abliterated
dtype: bfloat16
out_dtype: bfloat16
parameters:
int8_mask: true
normalize: true
rescale: false
filter_wise: false
smooth: false
allow_negative_weights: false
chat_template: auto
tokenizer:
source: union |