Instructions to use DataMuncher-Labs/SC-400k with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use DataMuncher-Labs/SC-400k with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="DataMuncher-Labs/SC-400k")# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("DataMuncher-Labs/SC-400k", device_map="auto") - Notebooks
- Google Colab
- Kaggle
metadata
license: mit
language:
- en
metrics:
- accuracy
pipeline_tag: text-classification
library_name: transformers
tags:
- anti-spam
- spam
- spamclass
- english
- English
- EN
- en
SpamClass 400k
- acc=0.8508626410086264
- prec=0.8443914081145585
- rec=0.7553373185311699
- f1=0.7973856209150327
Trained on a custom corpus.
1x T4 was used during training.
It primarily is meant for english spam, its accurate 85% of the time (acceptable)