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
970 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 19 commits
aattyy11's picture
aattyy11
Upload vocab.txt with huggingface_hub
a4b90ed 4 months ago
  • api
    Upload folder using huggingface_hub 4 months ago
  • models
    Upload models/muril_scam_v1/tokenizer.json with huggingface_hub 4 months ago
  • src
    Upload folder using huggingface_hub 4 months ago
  • .gitattributes
    1.52 kB
    initial commit 4 months ago
  • README.md
    2.5 kB
    Upload README.md with huggingface_hub 4 months ago
  • config.json
    858 Bytes
    Upload config.json with huggingface_hub 4 months ago
  • model.safetensors
    950 MB
    xet
    Upload model.safetensors with huggingface_hub 4 months ago
  • requirements.txt
    288 Bytes
    Upload requirements.txt with huggingface_hub 4 months ago
  • special_tokens_map.json
    732 Bytes
    Upload special_tokens_map.json with huggingface_hub 4 months ago
  • tokenizer.json
    6.41 MB
    Upload tokenizer.json with huggingface_hub 4 months ago
  • tokenizer_config.json
    2.79 kB
    Upload tokenizer_config.json with huggingface_hub 4 months ago
  • vocab.txt
    3.16 MB
    Upload vocab.txt with huggingface_hub 4 months ago