Text Classification
Transformers
Safetensors
English
genereted_text_detection
llm_content_detection
AI_detection
Instructions to use SuperAnnotate/ai-detector with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use SuperAnnotate/ai-detector with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="SuperAnnotate/ai-detector")# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("SuperAnnotate/ai-detector", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Update config.json
#5 opened 10 months ago
by
Coolboy766281
What is a minimum number of tokens should be placed for a correct detection?
1
#4 opened about 1 year ago
by
alexcardo
Install fails in python 3.12
👍 1
#2 opened over 1 year ago
by
CMose
Model Type ERROR
1
#1 opened over 1 year ago
by
felixmk0