huihui-ai commited on
Commit
d76b019
1 Parent(s): 65a54a8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -0
README.md CHANGED
@@ -23,6 +23,15 @@ tags:
23
 
24
  This is an uncensored version of [Qwen/Qwen2.5-Coder-3B-Instruct](https://huggingface.co/Qwen/Qwen2.5-Coder-3B-Instruct) created with abliteration (see [remove-refusals-with-transformers](https://github.com/Sumandora/remove-refusals-with-transformers) to know more about it).
25
 
 
 
 
 
 
 
 
 
 
26
  If the desired result is not achieved, you can clear the conversation and try again.
27
  ## Usage
28
  You can use this model in your applications by loading it with Hugging Face's `transformers` library:
 
23
 
24
  This is an uncensored version of [Qwen/Qwen2.5-Coder-3B-Instruct](https://huggingface.co/Qwen/Qwen2.5-Coder-3B-Instruct) created with abliteration (see [remove-refusals-with-transformers](https://github.com/Sumandora/remove-refusals-with-transformers) to know more about it).
25
 
26
+ Qwen2.5-Coder uncensored version has covered six mainstream model sizes,
27
+ [0.5](https://huggingface.co/huihui-ai/Qwen2.5-Coder-0.5B-Instruct-abliterated),
28
+ [1.5](https://huggingface.co/huihui-ai/Qwen2.5-Coder-1.5B-Instruct-abliterated),
29
+ [3](https://huggingface.co/huihui-ai/Qwen2.5-Coder-3B-Instruct-abliterated),
30
+ [7](https://huggingface.co/huihui-ai/Qwen2.5-Coder-7B-Instruct-abliterated),
31
+ [14](https://huggingface.co/huihui-ai/Qwen2.5-Coder-14B-Instruct-abliterated),
32
+ [32](https://huggingface.co/huihui-ai/Qwen2.5-Coder-32B-Instruct-abliterated) billion parameters.
33
+
34
+
35
  If the desired result is not achieved, you can clear the conversation and try again.
36
  ## Usage
37
  You can use this model in your applications by loading it with Hugging Face's `transformers` library: