初始化项目,由ModelHub XC社区提供模型

Model: electroglyph/Qwen3-4B-Instruct-2507-uncensored
Source: Original Platform
This commit is contained in:
ModelHub XC
2026-06-04 06:54:17 +08:00
commit 233bdafcee
15 changed files with 152320 additions and 0 deletions

16
README.md Normal file
View File

@@ -0,0 +1,16 @@
---
library_name: transformers
license: apache-2.0
license_link: https://huggingface.co/Qwen/Qwen3-4B-Instruct-2507/blob/main/LICENSE
pipeline_tag: text-generation
---
This is a simple SFT finetune of Qwen3-4B-Instruct-2507 to remove censorship.
I've tried to do the bare minimum training necessary to leave the model as pristine as possible.
I'll follow this up with an "unslop" version that attempts to mitigate some of the slop.
edit: next model is [here](https://huggingface.co/electroglyph/Qwen3-4B-Instruct-2507-uncensored-unslop)
I've uploaded a UD-Q4_K_XL GGUF with settings that I grabbed from Unsloth's quant using my lil utility: [quant_clone](https://github.com/electroglyph/quant_clone)