This repo contains select GGUF quants of a model that is a merge of pre-trained language models created using
mergekit.
A LoRA was applied to "abliterate" refusals in
meta-llama/Meta-Llama-3.1-8B-Instruct. The result appears to work despite the LoRA having been derived from Llama 3 instead of Llama 3.1, which implies that there is significant feature commonality between the 3 and 3.1 models.
Built with Llama.
1base_model: meta-llama/Meta-Llama-3.1-8B-Instruct+grimjim/Llama-3-Instruct-abliteration-LoRA-8B
2dtype: bfloat16
3merge_method: task_arithmetic
4parameters:
5 normalize: false
6slices:
7- sources:
8 - layer_range: [0, 32]
9 model: meta-llama/Meta-Llama-3.1-8B-Instruct+grimjim/Llama-3-Instruct-abliteration-LoRA-8B
10 parameters:
11 weight: 1.0
12