aashish1904 commited on
Commit
52a123f
·
verified ·
1 Parent(s): 6f7241b

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +42 -0
README.md ADDED
@@ -0,0 +1,42 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+
2
+ ---
3
+
4
+ library_name: transformers
5
+ license: llama3.2
6
+ base_model: meta-llama/Llama-3.2-3B-Instruct
7
+ tags:
8
+ - abliterated
9
+ - uncensored
10
+
11
+ ---
12
+
13
+ [![QuantFactory Banner](https://lh7-rt.googleusercontent.com/docsz/AD_4nXeiuCm7c8lEwEJuRey9kiVZsRn2W-b4pWlu3-X534V3YmVuVc2ZL-NXg2RkzSOOS2JXGHutDuyyNAUtdJI65jGTo8jT9Y99tMi4H4MqL44Uc5QKG77B0d6-JfIkZHFaUA71-RtjyYZWVIhqsNZcx8-OMaA?key=xt3VSDoCbmTY7o-cwwOFwQ)](https://hf.co/QuantFactory)
14
+
15
+
16
+ # QuantFactory/Llama-3.2-3B-Instruct-abliterated-GGUF
17
+ This is quantized version of [huihui-ai/Llama-3.2-3B-Instruct-abliterated](https://huggingface.co/huihui-ai/Llama-3.2-3B-Instruct-abliterated) created using llama.cpp
18
+
19
+ # Original Model Card
20
+
21
+
22
+ # 🦙 Llama-3.2-3B-Instruct-abliterated
23
+
24
+
25
+
26
+ This is an uncensored version of Llama 3.2 3B Instruct created with abliteration (see [this article](https://huggingface.co/blog/mlabonne/abliteration) to know more about it).
27
+
28
+ Special thanks to [@FailSpy](https://huggingface.co/failspy) for the original code and technique. Please follow him if you're interested in abliterated models.
29
+
30
+ ## Evaluations
31
+ The following data has been re-evaluated and calculated as the average for each test.
32
+
33
+ | Benchmark | Llama-3.2-3B-Instruct | Llama-3.2-3B-Instruct-abliterated |
34
+ |-------------|-----------------------|-----------------------------------|
35
+ | IF_Eval | 76.55 | **76.76** |
36
+ | MMLU Pro | 27.88 | **28.00** |
37
+ | TruthfulQA | 50.55 | **50.73** |
38
+ | BBH | 41.81 | **41.86** |
39
+ | GPQA | 28.39 | **28.41** |
40
+
41
+ The script used for evaluation can be found inside this repository under /eval.sh, or click [here](https://huggingface.co/huihui-ai/Llama-3.2-3B-Instruct-abliterated/blob/main/eval.sh)
42
+