theo77186 commited on
Commit
f363fd8
1 Parent(s): acce494

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +17 -3
README.md CHANGED
@@ -1,3 +1,17 @@
1
- ---
2
- license: llama3
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: llama3
3
+ ---
4
+ # Llama 3 70B Instruct no refusal
5
+
6
+ This is a model that uses the orthogonal feature ablation as featured in this
7
+ [paper](https://www.alignmentforum.org/posts/jGuXSZgv6qfdhMCuJ/refusal-in-llms-is-mediated-by-a-single-direction).
8
+
9
+ Calibration data:
10
+ - 256 prompts from [jondurbin/airoboros-2.2](https://huggingface.co/datasets/jondurbin/airoboros-2.2)
11
+ - 256 prompts from [AdvBench](https://github.com/llm-attacks/llm-attacks/blob/main/data/advbench/harmful_behaviors.csv)
12
+ - The direction is extracted between layer 40 and 41
13
+
14
+ I haven't tested the model but like the 8B model, may still refuse some instructions.
15
+ **Use this model responsibly, I decline any liability resulting of the use of this model.**
16
+
17
+ I will post the code later.