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

ruslanmv
/
Matrix-BIOS-Sentinel-0.1

Text Classification
Transformers
Safetensors
English
Italian
multilingual
distilbert
matrix-bios
content-safety
guardrail
moderation
trust-and-safety
enterprise
text-embeddings-inference
Model card Files Files and versions
xet
Community

Instructions to use ruslanmv/Matrix-BIOS-Sentinel-0.1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use ruslanmv/Matrix-BIOS-Sentinel-0.1 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="ruslanmv/Matrix-BIOS-Sentinel-0.1")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("ruslanmv/Matrix-BIOS-Sentinel-0.1")
    model = AutoModelForSequenceClassification.from_pretrained("ruslanmv/Matrix-BIOS-Sentinel-0.1")
  • Notebooks
  • Google Colab
  • Kaggle
Matrix-BIOS-Sentinel-0.1
544 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 5 commits
ruslanmv's picture
ruslanmv
Add Zenodo paper citation (DOI 10.5281/zenodo.20615572)
4dafebb verified 23 days ago
  • .gitattributes
    1.52 kB
    initial commit 24 days ago
  • README.md
    3.61 kB
    Add Zenodo paper citation (DOI 10.5281/zenodo.20615572) 23 days ago
  • config.json
    795 Bytes
    sentinel: GPU training + model card (private=True) 24 days ago
  • metrics.json
    49 Bytes
    sentinel: GPU training + model card (private=True) 24 days ago
  • model.safetensors
    541 MB
    xet
    sentinel: GPU training + model card (private=True) 24 days ago
  • tokenizer.json
    2.92 MB
    sentinel: CPU prototype + model card (private) 24 days ago
  • tokenizer_config.json
    352 Bytes
    sentinel: CPU prototype + model card (private) 24 days ago