Triangle104 commited on
Commit
9b3003a
1 Parent(s): b189077

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +35 -0
README.md CHANGED
@@ -13,6 +13,41 @@ tags:
13
  This model was converted to GGUF format from [`huihui-ai/Llama-3.2-3B-Instruct-abliterated`](https://huggingface.co/huihui-ai/Llama-3.2-3B-Instruct-abliterated) using llama.cpp via the ggml.ai's [GGUF-my-repo](https://huggingface.co/spaces/ggml-org/gguf-my-repo) space.
14
  Refer to the [original model card](https://huggingface.co/huihui-ai/Llama-3.2-3B-Instruct-abliterated) for more details on the model.
15
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
16
  ## Use with llama.cpp
17
  Install llama.cpp through brew (works on Mac and Linux)
18
 
 
13
  This model was converted to GGUF format from [`huihui-ai/Llama-3.2-3B-Instruct-abliterated`](https://huggingface.co/huihui-ai/Llama-3.2-3B-Instruct-abliterated) using llama.cpp via the ggml.ai's [GGUF-my-repo](https://huggingface.co/spaces/ggml-org/gguf-my-repo) space.
14
  Refer to the [original model card](https://huggingface.co/huihui-ai/Llama-3.2-3B-Instruct-abliterated) for more details on the model.
15
 
16
+ ---
17
+ Model details:
18
+ -
19
+ This is an uncensored version of Llama 3.2 3B Instruct created with abliteration (see this article to know more about it).
20
+
21
+ Special thanks to @FailSpy for the original code and technique. Please follow him if you're interested in abliterated models.
22
+ Evaluations
23
+
24
+ The following data has been re-evaluated and calculated as the average for each test.
25
+
26
+ Benchmark
27
+ -
28
+ Llama-3.2-3B-Instruct - Llama-3.2-3B-Instruct-abliterated
29
+
30
+ IF_Eval
31
+ -
32
+ 76.55 - 76.76
33
+
34
+ MMLU Pro
35
+ -
36
+ 27.88 - 28.00
37
+
38
+ TruthfulQA
39
+ -
40
+ 50.55 - 50.73
41
+
42
+ BBH
43
+ -
44
+ 41.81 - 41.86
45
+
46
+ GPQA
47
+ -
48
+ 28.39 - 28.41
49
+
50
+ ---
51
  ## Use with llama.cpp
52
  Install llama.cpp through brew (works on Mac and Linux)
53