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

tanaos
/
tanaos-guardrail-german

Text Classification
Transformers
Safetensors
German
distilbert
safety
moderation
guardrail
small-model
synthetic-data
tanaos
artifex
text-embeddings-inference
Model card Files Files and versions
xet
Community

Instructions to use tanaos/tanaos-guardrail-german with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use tanaos/tanaos-guardrail-german with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="tanaos/tanaos-guardrail-german")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("tanaos/tanaos-guardrail-german")
    model = AutoModelForSequenceClassification.from_pretrained("tanaos/tanaos-guardrail-german")
  • Notebooks
  • Google Colab
  • Kaggle
tanaos-guardrail-german
545 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 8 commits
rlucatoor's picture
rlucatoor
update README.md and notebook.ipynb
b0c5576 2 months ago
  • .gitattributes
    50 Bytes
    initial commit 4 months ago
  • README.md
    5.62 kB
    update README.md and notebook.ipynb 2 months ago
  • config.json
    1.44 kB
    initial commit 4 months ago
  • model.safetensors
    541 MB
    xet
    initial commit 4 months ago
  • notebook.ipynb
    909 Bytes
    update README.md and notebook.ipynb 2 months ago
  • special_tokens_map.json
    125 Bytes
    initial commit 4 months ago
  • tokenizer.json
    2.92 MB
    initial commit 4 months ago
  • tokenizer_config.json
    1.23 kB
    initial commit 4 months ago
  • vocab.txt
    996 kB
    initial commit 4 months ago