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