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="DataMuncher-Labs/SC-100k")
# Load model directly
from transformers import AutoModel
model = AutoModel.from_pretrained("DataMuncher-Labs/SC-100k", dtype="auto")
Quick Links

SpamClass 100k

  • acc=0.8180159256801592
  • prec=0.7736263736263737
  • rec=0.7514944491887275
  • f1=0.7623998267273121

Trained on a custom corpus.

1x T4 was used during training.

It primarily is meant for english spam, its accurate 81% of the time (acceptable)

Downloads last month
8
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Collection including DataMuncher-Labs/SC-100k