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

aattyy11
/
scam-nlp-ml

Text Classification
Transformers
Safetensors
English
bert
scam-detection
phishing-detection
cybersecurity
multilingual
Eval Results (legacy)
text-embeddings-inference
Model card Files Files and versions
xet
Community

Instructions to use aattyy11/scam-nlp-ml with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use aattyy11/scam-nlp-ml with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="aattyy11/scam-nlp-ml")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("aattyy11/scam-nlp-ml")
    model = AutoModelForSequenceClassification.from_pretrained("aattyy11/scam-nlp-ml")
  • Notebooks
  • Google Colab
  • Kaggle
scam-nlp-ml / src
50.2 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit
aattyy11's picture
aattyy11
Upload folder using huggingface_hub
28f95b2 verified 4 months ago
  • __init__.py
    69 Bytes
    Upload folder using huggingface_hub 4 months ago
  • data_loader.py
    13.2 kB
    Upload folder using huggingface_hub 4 months ago
  • export_onnx.py
    11.4 kB
    Upload folder using huggingface_hub 4 months ago
  • preprocess.py
    12.7 kB
    Upload folder using huggingface_hub 4 months ago
  • train.py
    12.8 kB
    Upload folder using huggingface_hub 4 months ago