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

abdulmuksith
/
textthreat-distilbert-jigsaw

Text Classification
Transformers
Joblib
Safetensors
distilbert
multi-label-classification
toxicity-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-jigsaw with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

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

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="abdulmuksith/textthreat-distilbert-jigsaw")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("abdulmuksith/textthreat-distilbert-jigsaw")
    model = AutoModelForSequenceClassification.from_pretrained("abdulmuksith/textthreat-distilbert-jigsaw", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
textthreat-distilbert-jigsaw
269 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
abdulmuksith's picture
abdulmuksith
Upload TextThreat trained model artifact
c5baa82 verified 4 months ago
  • .gitattributes
    1.52 kB
    initial commit 5 months ago
  • README.md
    4.01 kB
    Update TextThreat model card 5 months ago
  • config.json
    944 Bytes
    Upload TextThreat trained model artifact 5 months ago
  • metrics.json
    146 Bytes
    Upload TextThreat trained model artifact 5 months ago
  • model.safetensors
    268 MB
    xet
    Upload TextThreat trained model artifact 4 months ago
  • platt_calibrators.joblib

    Detected Pickle imports (4)

    • "numpy.dtype",
    • "joblib.numpy_pickle.NumpyArrayWrapper",
    • "numpy.ndarray",
    • "sklearn.linear_model._logistic.LogisticRegression"

    How to fix it?

    2.67 kB
    xet
    Upload TextThreat trained model artifact 4 months ago
  • special_tokens_map.json
    132 Bytes
    Upload TextThreat trained model artifact 5 months ago
  • textthreat_model_manifest.json
    403 Bytes
    Upload TextThreat trained model artifact 5 months ago
  • tokenizer.json
    711 kB
    Upload TextThreat trained model artifact 4 months ago
  • tokenizer_config.json
    322 Bytes
    Upload TextThreat trained model artifact 5 months ago
  • vocab.txt
    232 kB
    Upload TextThreat trained model artifact 5 months ago