huihui-ai commited on
Commit
6a02d8f
·
verified ·
1 Parent(s): 4566f6e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -1
README.md CHANGED
@@ -13,7 +13,12 @@ tags:
13
  This is an uncensored version of [deepseek-ai/DeepSeek-R1-Distill-Llama-8B](https://huggingface.co/deepseek-ai/DeepSeek-R1-Distill-Llama-8B) created with abliteration (see [remove-refusals-with-transformers](https://github.com/Sumandora/remove-refusals-with-transformers) to know more about it).
14
  This is a crude, proof-of-concept implementation to remove refusals from an LLM model without using TransformerLens.
15
 
16
- If '<think>' does not appear or refuses to respond, you can first give an example to guide, such as 'How many 'r' characters are there in the word "strawberry"', and then ask your question.
 
 
 
 
 
17
 
18
  ## Use with ollama
19
 
 
13
  This is an uncensored version of [deepseek-ai/DeepSeek-R1-Distill-Llama-8B](https://huggingface.co/deepseek-ai/DeepSeek-R1-Distill-Llama-8B) created with abliteration (see [remove-refusals-with-transformers](https://github.com/Sumandora/remove-refusals-with-transformers) to know more about it).
14
  This is a crude, proof-of-concept implementation to remove refusals from an LLM model without using TransformerLens.
15
 
16
+ If '<think>' does not appear or fails to respond, you can first provide an example to guide, and then ask your question.
17
+ For instance:
18
+
19
+ ```
20
+ How many 'r' characters are there in the word "strawberry"?
21
+ ```
22
 
23
  ## Use with ollama
24