Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing
    • Website
      • Tasks
      • HuggingChat
      • Collections
      • Languages
      • Organizations
    • Community
      • Blog
      • Posts
      • Daily Papers
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

wunnahtun99
/
email_spam_classifier-distilbert

Text Classification
Transformers
Safetensors
distilbert
Generated from Trainer
text-embeddings-inference
Model card Files Files and versions
xet
Community

Instructions to use wunnahtun99/email_spam_classifier-distilbert with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use wunnahtun99/email_spam_classifier-distilbert with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="wunnahtun99/email_spam_classifier-distilbert")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("wunnahtun99/email_spam_classifier-distilbert")
    model = AutoModelForSequenceClassification.from_pretrained("wunnahtun99/email_spam_classifier-distilbert", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
email_spam_classifier-distilbert
269 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
wunnahtun99's picture
wunnahtun99
Trained email spam classifier model
288b70b verified over 1 year ago
  • .gitattributes
    1.52 kB
    initial commit over 1 year ago
  • README.md
    2.06 kB
    Trained email spam classifier model over 1 year ago
  • config.json
    717 Bytes
    Trained email spam classifier model over 1 year ago
  • model.safetensors
    268 MB
    xet
    Trained email spam classifier model over 1 year ago
  • special_tokens_map.json
    125 Bytes
    Trained email spam classifier model over 1 year ago
  • tokenizer.json
    712 kB
    Trained email spam classifier model over 1 year ago
  • tokenizer_config.json
    1.23 kB
    Trained email spam classifier model over 1 year ago
  • training_args.bin
    5.3 kB
    xet
    Trained email spam classifier model over 1 year ago
  • vocab.txt
    232 kB
    Trained email spam classifier model over 1 year ago