How to use from the
Use from the
Transformers library
# Use a pipeline as a high-level helper
from transformers import pipeline

pipe = pipeline("text-classification", model="PirateXX/AI-Content-Detector")
# Load model directly
from transformers import AutoTokenizer, AutoModelForSequenceClassification

tokenizer = AutoTokenizer.from_pretrained("PirateXX/AI-Content-Detector")
model = AutoModelForSequenceClassification.from_pretrained("PirateXX/AI-Content-Detector", device_map="auto")
Quick Links

AI Content Detector

This model uses SOTA models to detect AI generated content.
Label_0 represents Fake
Label_1 represents Real

View our website: AI Content Detector

Downloads last month
164,172
Inference Providers NEW

Spaces using PirateXX/AI-Content-Detector 13