🧠 Abliteration
Collection
Uncensored models using abliteration. See this article for more information: huggingface.co/blog/mlabonne/abliteration
•
7 items
•
Updated
•
22
This is an uncensored version of NousResearch/Hermes-3-Llama-3.1-70B using lorablation.
You can see in the following example how Hermes 3 refuses to answer a legitimate question while the abliterated model complies:
The recipe is based on @grimjim's grimjim/Llama-3.1-8B-Instruct-abliterated_via_adapter (special thanks):
See this article to learn more about abliteration.
This model was merged using the task arithmetic merge method using NousResearch/Hermes-3-Llama-3.1-70B + Llama-3.1-70B-Instruct-abliterated-LORA as a base.
The following YAML configuration was used to produce this model:
base_model: NousResearch/Hermes-3-Llama-3.1-70B+mlabonne/Llama-3.1-70B-Instruct-abliterated-LORA
dtype: bfloat16
merge_method: task_arithmetic
parameters:
normalize: false
slices:
- sources:
- layer_range: [0, 32]
model: NousResearch/Hermes-3-Llama-3.1-70B+mlabonne/Llama-3.1-70B-Instruct-abliterated-LORA
parameters:
weight: 1.0
You can reproduce this model using the following commands:
# Setup
git clone https://github.com/arcee-ai/mergekit.git
cd mergekit && pip install -e .
pip install bitsandbytes
# Merge using previous config
mergekit-yaml config.yaml Hermes-3-Llama-3.1-70B-lorablated --allow-crimes --lora-merge-cache=./cache
Detailed results can be found here
Metric | Value |
---|---|
Avg. | 35.70 |
IFEval (0-Shot) | 71.44 |
BBH (3-Shot) | 52.34 |
MATH Lvl 5 (4-Shot) | 13.82 |
GPQA (0-shot) | 13.20 |
MuSR (0-shot) | 22.02 |
MMLU-PRO (5-shot) | 41.37 |