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