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

  • Log In
  • Sign Up

JeswinMS4
/
scam-alert-bert

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

Instructions to use JeswinMS4/scam-alert-bert with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use JeswinMS4/scam-alert-bert with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="JeswinMS4/scam-alert-bert")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("JeswinMS4/scam-alert-bert")
    model = AutoModelForSequenceClassification.from_pretrained("JeswinMS4/scam-alert-bert")
  • Notebooks
  • Google Colab
  • Kaggle
scam-alert-bert / runs
19.4 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 39 commits
JeswinMS4's picture
JeswinMS4
Model save
9dcce5e verified almost 2 years ago
  • Jun04_17-09-00_e421750dfc09
    Model save almost 2 years ago