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

SpamClass 700k

  • acc=0.8730922362309224
  • prec=0.8964303670186023
  • rec=0.7613151152860803
  • f1=0.8233664280766566

Trained on a custom corpus.

1x T4 was used during training.

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

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

Collection including DataMuncher-Labs/SC-700k