huihui-ai commited on
Commit
1bbbac9
1 Parent(s): 7dbda97

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -17,7 +17,7 @@ tags:
17
 
18
  This is an uncensored version of [Qwen/Qwen2.5-7B-Instruct](https://huggingface.co/Qwen/Qwen2.5-7B-Instruct) created with abliteration (see [remove-refusals-with-transformers](https://github.com/Sumandora/remove-refusals-with-transformers) to know more about it).
19
  This is a crude, proof-of-concept implementation to remove refusals from an LLM model without using TransformerLens.
20
- The test results are not very good, but compared to before, there is much less garbled text.
21
 
22
  ## Usage
23
  You can use this model in your applications by loading it with Hugging Face's `transformers` library:
 
17
 
18
  This is an uncensored version of [Qwen/Qwen2.5-7B-Instruct](https://huggingface.co/Qwen/Qwen2.5-7B-Instruct) created with abliteration (see [remove-refusals-with-transformers](https://github.com/Sumandora/remove-refusals-with-transformers) to know more about it).
19
  This is a crude, proof-of-concept implementation to remove refusals from an LLM model without using TransformerLens.
20
+ The test results are not very good, but compared to before, there is much less [garbled text](https://huggingface.co/huihui-ai/Qwen2.5-7B-Instruct-abliterated-v2/discussions/2).
21
 
22
  ## Usage
23
  You can use this model in your applications by loading it with Hugging Face's `transformers` library: