Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

IbraahimLab
/
distilbert-sms-spam

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

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

  • Libraries
  • Transformers

    How to use IbraahimLab/distilbert-sms-spam with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="IbraahimLab/distilbert-sms-spam")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("IbraahimLab/distilbert-sms-spam")
    model = AutoModelForSequenceClassification.from_pretrained("IbraahimLab/distilbert-sms-spam")
  • Notebooks
  • Google Colab
  • Kaggle
distilbert-sms-spam
269 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
IbraahimLab's picture
IbraahimLab
Upload tokenizer
4b05599 verified 6 months ago
  • .gitattributes
    1.52 kB
    initial commit 6 months ago
  • README.md
    5.17 kB
    Upload DistilBertForSequenceClassification 6 months ago
  • config.json
    563 Bytes
    Upload DistilBertForSequenceClassification 6 months ago
  • model.safetensors
    268 MB
    xet
    Upload DistilBertForSequenceClassification 6 months ago
  • special_tokens_map.json
    695 Bytes
    Upload tokenizer 6 months ago
  • tokenizer.json
    712 kB
    Upload tokenizer 6 months ago
  • tokenizer_config.json
    1.42 kB
    Upload tokenizer 6 months ago
  • vocab.txt
    232 kB
    Upload tokenizer 6 months ago