Triangle104 commited on
Commit
d71c474
1 Parent(s): 246a35d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -0
README.md CHANGED
@@ -16,6 +16,21 @@ tags:
16
  This model was converted to GGUF format from [`huihui-ai/Llama-3.1-Tulu-3-8B-abliterated`](https://huggingface.co/huihui-ai/Llama-3.1-Tulu-3-8B-abliterated) using llama.cpp via the ggml.ai's [GGUF-my-repo](https://huggingface.co/spaces/ggml-org/gguf-my-repo) space.
17
  Refer to the [original model card](https://huggingface.co/huihui-ai/Llama-3.1-Tulu-3-8B-abliterated) for more details on the model.
18
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
19
  ## Use with llama.cpp
20
  Install llama.cpp through brew (works on Mac and Linux)
21
 
 
16
  This model was converted to GGUF format from [`huihui-ai/Llama-3.1-Tulu-3-8B-abliterated`](https://huggingface.co/huihui-ai/Llama-3.1-Tulu-3-8B-abliterated) using llama.cpp via the ggml.ai's [GGUF-my-repo](https://huggingface.co/spaces/ggml-org/gguf-my-repo) space.
17
  Refer to the [original model card](https://huggingface.co/huihui-ai/Llama-3.1-Tulu-3-8B-abliterated) for more details on the model.
18
 
19
+ ---
20
+ Model details:
21
+ -
22
+ This is an uncensored version of allenai/Llama-3.1-Tulu-3-8B created with abliteration (see remove-refusals-with-transformers to know more about it).
23
+
24
+ This is a crude, proof-of-concept implementation to remove refusals from an LLM model without using TransformerLens.
25
+
26
+ ------
27
+ Model details:
28
+ -
29
+ This is an uncensored version of allenai/Llama-3.1-Tulu-3-8B created with abliteration (see remove-refusals-with-transformers to know more about it).
30
+
31
+ This is a crude, proof-of-concept implementation to remove refusals from an LLM model without using TransformerLens.
32
+
33
+ ---
34
  ## Use with llama.cpp
35
  Install llama.cpp through brew (works on Mac and Linux)
36