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

hidan616
/
hermes_spam_filter

Text Classification
Transformers
Safetensors
English
hermes_spam_filter
spam-detection
spam-filter
discord
moderation
cpu
lightweight
custom-architecture
custom_code
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Transformers

    How to use hidan616/hermes_spam_filter with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="hidan616/hermes_spam_filter", trust_remote_code=True)
    # Load model directly
    from transformers import AutoModelForSequenceClassification
    model = AutoModelForSequenceClassification.from_pretrained("hidan616/hermes_spam_filter", trust_remote_code=True, device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
hermes_spam_filter
15.3 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 16 commits
hidan616's picture
hidan616
Update spam_model.py
0f2c0ce verified 9 days ago
  • .gitattributes
    1.52 kB
    initial commit 10 days ago
  • README.md
    4.05 kB
    Update README.md 9 days ago
  • config.json
    577 Bytes
    Update config.json 10 days ago
  • configuration_spam.py
    1.09 kB
    Upload configuration_spam.py with huggingface_hub 10 days ago
  • model.safetensors
    6.97 MB
    xet
    Upload SpamClassifierTransformer 10 days ago
  • spam_bpe_tokenizer.json
    681 kB
    Upload spam_bpe_tokenizer.json with huggingface_hub 10 days ago
  • spam_model.py
    4.34 kB
    Update spam_model.py 9 days ago
  • spam_transformer_best.pt
    6.98 MB
    xet
    Upload spam_transformer_best.pt with huggingface_hub 10 days ago
  • tokenizer.json
    681 kB
    Upload tokenizer 10 days ago
  • tokenizer_config.json
    244 Bytes
    Upload tokenizer 10 days ago