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

SpamClass 1Mk

  • acc=0.8866954213669542
  • prec=0.863019693654267
  • rec=0.8420153714773698
  • f1=0.8523881564728766

Trained on a custom corpus.

1x T4 was used during training.

It primarily is meant for english spam, its accurate 88% of the time

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

Collection including DataMuncher-Labs/SC-1MK