Text Classification
Transformers
Safetensors
PyTorch
English
distilbert
email-classification
Eval Results (legacy)
Instructions to use jason23322/email-classifier-distilbert with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use jason23322/email-classifier-distilbert with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="jason23322/email-classifier-distilbert")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("jason23322/email-classifier-distilbert") model = AutoModelForSequenceClassification.from_pretrained("jason23322/email-classifier-distilbert") - Notebooks
- Google Colab
- Kaggle
Gated model You can list files but not access them
Preview of files found in this repository