huihui-ai commited on
Commit
3f4651b
1 Parent(s): 18683e4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -0
README.md CHANGED
@@ -19,6 +19,15 @@ This is an uncensored version of [Qwen2.5-Coder-7B-Instruct](https://huggingface
19
 
20
  Special thanks to [@FailSpy](https://huggingface.co/failspy) for the original code and technique. Please follow him if you're interested in abliterated models.
21
 
 
 
 
 
 
 
 
 
 
22
  ## Usage
23
  You can use this model in your applications by loading it with Hugging Face's `transformers` library:
24
 
 
19
 
20
  Special thanks to [@FailSpy](https://huggingface.co/failspy) for the original code and technique. Please follow him if you're interested in abliterated models.
21
 
22
+ Qwen2.5-Coder uncensored version has covered six mainstream model sizes,
23
+ [0.5](https://huggingface.co/huihui-ai/Qwen2.5-Coder-0.5B-Instruct-abliterated),
24
+ [1.5](https://huggingface.co/huihui-ai/Qwen2.5-Coder-1.5B-Instruct-abliterated),
25
+ [3](https://huggingface.co/huihui-ai/Qwen2.5-Coder-3B-Instruct-abliterated),
26
+ [7](https://huggingface.co/huihui-ai/Qwen2.5-Coder-7B-Instruct-abliterated),
27
+ [14](https://huggingface.co/huihui-ai/Qwen2.5-Coder-14B-Instruct-abliterated),
28
+ [32](https://huggingface.co/huihui-ai/Qwen2.5-Coder-32B-Instruct-abliterated) billion parameters.
29
+
30
+
31
  ## Usage
32
  You can use this model in your applications by loading it with Hugging Face's `transformers` library:
33