Views
No views yet
1merge_method: arcee_fusion
2models:
3 - model: meditsolutions/Llama-3.2-SUN-1B-chat
4 parameters:
5 weight: 1.0
6base_model: Nexesenex/Dolphin3.0-Llama3.1-1B-abliterated
7parameters:
8 normalize: true
9 int8_mask: true
10 rescale: false
11 filter_wise: false
12 smooth: false
13 allow_negative_weights: false
14 lambda: 1.0
15 select_topk: 0.1 # Retain the top 10% high-variance elements
16tokenizer:
17 source: union # Union to combine vocabularies
18chat_template: auto
19dtype: bfloat16
20out_dtype: bfloat16