GPT Reddit Comment Detection
Collection
Collection of datasets and models used for detecting LLM bots on reddit. • 6 items • Updated • 1
How to use trentmkelly/slop-detector-mini with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("text-classification", model="trentmkelly/slop-detector-mini") # Load model directly
from transformers import AutoTokenizer, AutoModelForSequenceClassification
tokenizer = AutoTokenizer.from_pretrained("trentmkelly/slop-detector-mini")
model = AutoModelForSequenceClassification.from_pretrained("trentmkelly/slop-detector-mini")Old model, use https://huggingface.co/trentmkelly/slop-detector-mini-2 instead
loss: 0.04012129828333855
f1: 0.9900353584056574
precision: 0.9859154929577465
recall: 0.9941897998708844
auc: 0.999704926354536
accuracy: 0.9899935442220787
Base model
TaylorAI/gte-tiny