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

  • Log In
  • Sign Up

satish860
/
sms_detection_algorithm

Text Classification
Transformers
PyTorch
TensorBoard
distilbert
text-embeddings-inference
Model card Files Files and versions
xet
Metrics Training metrics Community
1

Instructions to use satish860/sms_detection_algorithm with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use satish860/sms_detection_algorithm with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="satish860/sms_detection_algorithm")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("satish860/sms_detection_algorithm")
    model = AutoModelForSequenceClassification.from_pretrained("satish860/sms_detection_algorithm")
  • Notebooks
  • Google Colab
  • Kaggle
sms_detection_algorithm / runs
25.2 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
satish860's picture
satish860
Training in progress, epoch 4
23972ce about 4 years ago
  • Apr21_16-31-46_219ceaa8ead4
    Training in progress, epoch 1 about 4 years ago
  • Apr21_16-34-31_219ceaa8ead4
    Training in progress, epoch 1 about 4 years ago
  • Apr21_16-40-29_219ceaa8ead4
    Training in progress, epoch 4 about 4 years ago