Text Classification
Transformers
Safetensors
English
ai-detection
ai-edit-detection
out-of-distribution
ood-detection
content-integrity
qwen3
deepsvdd
Instructions to use reneeice/ood-editguard-qwen3-0.6b with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use reneeice/ood-editguard-qwen3-0.6b with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="reneeice/ood-editguard-qwen3-0.6b")# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("reneeice/ood-editguard-qwen3-0.6b", dtype="auto") - Notebooks
- Google Colab
- Kaggle