File size: 1,180 Bytes
454361d
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
28
29
---
base_model:
- meta-llama/Meta-Llama-3-8B-Instruct
- failspy/Meta-Llama-3-8B-Instruct-abliterated-v3
library_name: transformers
tags:
- mergekit
- peft
- lora
license: llama3
---
# Llama-3-Instruct-abliteration-LoRA-8B

This is a rank=32 LoRA extracted from a language model. It was extracted using [mergekit](https://github.com/arcee-ai/mergekit).

This LoRA is derived from the refusal ablation vector also computed in [Llama-3-Instruct-abliteration-OVA-8B](https://huggingface.co./grimjim/Llama-3-Instruct-abliteration-OVA-8B), and is around 5 orders of magnitude smaller than full bf16 weights of the base model.

## LoRA Details

This LoRA adapter was extracted from [failspy/Meta-Llama-3-8B-Instruct-abliterated-v3](https://huggingface.co./failspy/Meta-Llama-3-8B-Instruct-abliterated-v3) and uses [meta-llama/Meta-Llama-3-8B-Instruct](https://huggingface.co./meta-llama/Meta-Llama-3-8B-Instruct) as a base.

### Parameters

The following command was used to extract this LoRA adapter:

```sh
mergekit-extract-lora meta-llama/Meta-Llama-3-8B-Instruct failspy/Meta-Llama-3-8B-Instruct-abliterated-v3 OUTPUT_PATH --rank=32 --model_name=Llama-3-8B-Instruct-counter-refusal
```