Text Classification
PEFT
Safetensors
English
ai-detection
qwen3
lora
refusion
ai-generated-text
human-written-text
Eval Results (legacy)
Instructions to use tusarway/refusion-3 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use tusarway/refusion-3 with PEFT:
from peft import PeftModel from transformers import AutoModelForSequenceClassification base_model = AutoModelForSequenceClassification.from_pretrained("Qwen/Qwen3-0.6B") model = PeftModel.from_pretrained(base_model, "tusarway/refusion-3") - Notebooks
- Google Colab
- Kaggle
Ctrl+K