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

abdulmuksith
/
textthreat-distilbert-dreaddit

Text Classification
Transformers
Joblib
Safetensors
distilbert
binary-classification
stress-detection
digital-wellbeing
cybersecurity-analytics
siem
splunk
textthreat
text-embeddings-inference
Model card Files Files and versions
xet
Community

Instructions to use abdulmuksith/textthreat-distilbert-dreaddit with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use abdulmuksith/textthreat-distilbert-dreaddit with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="abdulmuksith/textthreat-distilbert-dreaddit")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("abdulmuksith/textthreat-distilbert-dreaddit")
    model = AutoModelForSequenceClassification.from_pretrained("abdulmuksith/textthreat-distilbert-dreaddit")
  • Notebooks
  • Google Colab
  • Kaggle
textthreat-distilbert-dreaddit
269 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
abdulmuksith's picture
abdulmuksith
Upload TextThreat trained model artifact
04eeb59 verified 18 days ago
  • .gitattributes
    1.52 kB
    initial commit 22 days ago
  • README.md
    3.62 kB
    Update TextThreat model card 22 days ago
  • config.json
    734 Bytes
    Upload TextThreat trained model artifact 18 days ago
  • model.safetensors
    268 MB
    xet
    Upload TextThreat trained model artifact 18 days ago
  • platt_stress_calibrator.joblib
    879 Bytes
    xet
    Upload TextThreat trained model artifact 18 days ago
  • textthreat_model_manifest.json
    339 Bytes
    Upload TextThreat trained model artifact 22 days ago
  • tokenizer.json
    711 kB
    Upload TextThreat trained model artifact 18 days ago
  • tokenizer_config.json
    322 Bytes
    Upload TextThreat trained model artifact 22 days ago