A DL-worthy model, merge of Nemotron Abliterated and Llama 3.3 Instruct, with L3.1 Instruct 70b as a base.
And it's quite smart and verbose, albeit quite a bit prudish.
One of my favorites ATM.
Note : if someone could reproduce the recipe with huihui's Llama 3.3 70b Instruct abliterated (normal version, not the "finetuned") instead of Llama 3.3 70b Instruct, it'd be worth a try.
I don't have access to a mergekit rig atm, now that Arcee's space is down.
This is a merge of pre-trained language models created using
mergekit.
This model was merged using the
Task Arithmetic merge method using
meta-llama/Llama-3.1-70B-Instruct as a base.
1merge_method: task_arithmetic
2base_model: meta-llama/Llama-3.1-70B-Instruct
3models:
4 - model: huihui-ai/Llama-3.1-Nemotron-70B-Instruct-HF-abliterated
5 parameters:
6 weight: 1.0
7 - model: meta-llama/Llama-3.3-70B-Instruct
8 parameters:
9 weight: 1.0
10dtype: bfloat16 -> replace with float32 if possible
11out_dtype: bfloat16
12parameters:
13 int8_mask: true
14 normalize: false
15 rescale: false
16 filter_wise: false
17chat_template: auto
18tokenizer:
19 source: union