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
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

Sathya77
/
spam-ham-classifier

Text Classification
Transformers
Safetensors
bert
spam-detection
text-embeddings-inference
Model card Files Files and versions
xet
Community

Instructions to use Sathya77/spam-ham-classifier with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use Sathya77/spam-ham-classifier with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="Sathya77/spam-ham-classifier")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("Sathya77/spam-ham-classifier")
    model = AutoModelForSequenceClassification.from_pretrained("Sathya77/spam-ham-classifier")
  • Notebooks
  • Google Colab
  • Kaggle
spam-ham-classifier
435 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
Sathya77's picture
Sathya77
Upload 9 files
f3382ce verified 9 months ago
  • .gitattributes
    1.52 kB
    initial commit 9 months ago
  • README.md
    1.84 kB
    Create README.md 9 months ago
  • SMS_Spam.csv
    488 kB
    Upload 9 files 9 months ago
  • config.json
    713 Bytes
    Upload 9 files 9 months ago
  • dataset_dict.json
    43 Bytes
    Upload 9 files 9 months ago
  • model.safetensors
    433 MB
    xet
    Upload 9 files 9 months ago
  • spam-ham-classfication.ipynb
    27.3 kB
    Upload 9 files 9 months ago
  • special_tokens_map.json
    132 Bytes
    Upload 9 files 9 months ago
  • tokenizer.json
    669 kB
    Upload 9 files 9 months ago
  • tokenizer_config.json
    1.28 kB
    Upload 9 files 9 months ago
  • vocab.txt
    213 kB
    Upload 9 files 9 months ago