Upload folder using huggingface_hub
Browse files- .gitattributes +1 -0
- README.md +29 -0
- llama-3.2-3b-instruct-abliterated.Q4_0.gguf +3 -0
.gitattributes
CHANGED
@@ -33,3 +33,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
36 |
+
llama-3.2-3b-instruct-abliterated.Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
|
README.md
ADDED
@@ -0,0 +1,29 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
library_name: transformers
|
3 |
+
license: llama3.2
|
4 |
+
base_model: meta-llama/Llama-3.2-3B-Instruct
|
5 |
+
tags:
|
6 |
+
- abliterated
|
7 |
+
- uncensored
|
8 |
+
---
|
9 |
+
|
10 |
+
# 🦙 Llama-3.2-3B-Instruct-abliterated
|
11 |
+
|
12 |
+
|
13 |
+
|
14 |
+
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).
|
15 |
+
|
16 |
+
Special thanks to [@FailSpy](https://huggingface.co/failspy) for the original code and technique. Please follow him if you're interested in abliterated models.
|
17 |
+
|
18 |
+
## Evaluations
|
19 |
+
The following data has been re-evaluated and calculated as the average for each test.
|
20 |
+
|
21 |
+
| Benchmark | Llama-3.2-3B-Instruct | Llama-3.2-3B-Instruct-abliterated |
|
22 |
+
|-------------|-----------------------|-----------------------------------|
|
23 |
+
| IF_Eval | 76.55 | **76.76** |
|
24 |
+
| MMLU Pro | 27.88 | **28.00** |
|
25 |
+
| TruthfulQA | 50.55 | **50.73** |
|
26 |
+
| BBH | 41.81 | **41.86** |
|
27 |
+
| GPQA | 28.39 | **28.41** |
|
28 |
+
|
29 |
+
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)
|
llama-3.2-3b-instruct-abliterated.Q4_0.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1a77c789e9c09d059b0270175f71c8995924c02b397297ff717b090e341eb6b2
|
3 |
+
size 2138816992
|