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
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

SamanthaStorm
/
abusedetector

Text Classification
Transformers
PyTorch
English
distilbert
abuse-detection
relationship-analysis
multi-label-classification
safety
psychology
nlp
Eval Results (legacy)
text-embeddings-inference
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Transformers

    How to use SamanthaStorm/abusedetector with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="SamanthaStorm/abusedetector")
    # Load model directly
    from transformers import AutoTokenizer, AbusePatternDetector
    
    tokenizer = AutoTokenizer.from_pretrained("SamanthaStorm/abusedetector")
    model = AbusePatternDetector.from_pretrained("SamanthaStorm/abusedetector")
  • Notebooks
  • Google Colab
  • Kaggle
abusedetector
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
SamanthaStorm's picture
SamanthaStorm
Upload AbuseDetector v1.0 - Multi-Label Abuse Pattern Detection Model
b5c45f8 verified 12 months ago
  • .gitattributes
    1.52 kB
    initial commit 12 months ago
  • README.md
    10.5 kB
    Upload AbuseDetector v1.0 - Multi-Label Abuse Pattern Detection Model 12 months ago
  • config.json
    2.63 kB
    Upload AbuseDetector v1.0 - Multi-Label Abuse Pattern Detection Model 12 months ago
  • modeling_abuse.py
    697 Bytes
    Upload AbuseDetector v1.0 - Multi-Label Abuse Pattern Detection Model 12 months ago
  • pytorch_model.bin

    Detected Pickle imports (3)

    • "torch.FloatStorage",
    • "torch._utils._rebuild_tensor_v2",
    • "collections.OrderedDict"

    What is a pickle import?

    266 MB
    xet
    Upload AbuseDetector v1.0 - Multi-Label Abuse Pattern Detection Model 12 months ago
  • special_tokens_map.json
    125 Bytes
    Upload AbuseDetector v1.0 - Multi-Label Abuse Pattern Detection Model 12 months ago
  • tokenizer.json
    711 kB
    Upload AbuseDetector v1.0 - Multi-Label Abuse Pattern Detection Model 12 months ago
  • tokenizer_config.json
    1.23 kB
    Upload AbuseDetector v1.0 - Multi-Label Abuse Pattern Detection Model 12 months ago
  • training_info.json
    2.33 kB
    Upload AbuseDetector v1.0 - Multi-Label Abuse Pattern Detection Model 12 months ago
  • vocab.txt
    232 kB
    Upload AbuseDetector v1.0 - Multi-Label Abuse Pattern Detection Model 12 months ago