Update README.md
Browse files
README.md
CHANGED
|
@@ -19,6 +19,15 @@ This is an uncensored version of [Qwen2.5-Coder-1.5B-Instruct](https://huggingfa
|
|
| 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 |
|