Text Generation
PEFT
Safetensors
English
lora
sft
trl
security
supply-chain
npm
code-audit
conversational
Instructions to use ademczuk/modulewarden-auditor-qwen3.6-27b-lora with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use ademczuk/modulewarden-auditor-qwen3.6-27b-lora with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("huihui-ai/Huihui-Qwen3.6-27B-abliterated") model = PeftModel.from_pretrained(base_model, "ademczuk/modulewarden-auditor-qwen3.6-27b-lora") - Notebooks
- Google Colab
- Kaggle
Ctrl+K