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

Model: criscarleo/qwen2.5-coder-3b-abliterated-basic
Source: Original Platform
This commit is contained in:
ModelHub XC
2026-05-10 04:08:46 +08:00
commit 085d2244ea
15 changed files with 743 additions and 0 deletions

15
README.md Normal file
View File

@@ -0,0 +1,15 @@
---
license: agpl-3.0
---
## Method & Process
This model was processed using the **Obliteratus** methodology.
The fine-tuning/transformation was executed via the official notebook provided by [pliny-the-prompter](https://huggingface.co/spaces/pliny-the-prompter/obliteratus
### Quantization & Inference Engine
- **Framework**: [llama.cpp](https://github.com/ggml-org/llama.cpp)
- **Format**: GGUF (v3)
- **Original Authors**: Georgi Gerganov and the GGML contributors.
## References & Credits
- **Original Methodology**: [Obliteratus](https://huggingface.co/spaces/pliny-the-prompter/obliteratus) by [pliny-the-prompter](https://huggingface.co/pliny-the-prompter).
- **Tooling**: Jupyter Notebook implementation from the Obliteratus Space.