Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

zenlm
/
zen-guard

Text Classification
Transformers
Safetensors
qwen2
text-generation
zen
zenlm
safety
moderation
content-classification
text-embeddings-inference
Model card Files Files and versions
xet
Community

Instructions to use zenlm/zen-guard with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use zenlm/zen-guard with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="zenlm/zen-guard")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForCausalLM
    
    tokenizer = AutoTokenizer.from_pretrained("zenlm/zen-guard")
    model = AutoModelForCausalLM.from_pretrained("zenlm/zen-guard")
  • Notebooks
  • Google Colab
  • Kaggle
zen-guard
6.18 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 7 commits
zeekay's picture
zeekay
Update model card: add zen/zenlm tags, fix branding
8b7adf2 verified 2 months ago
  • .gitattributes
    1.52 kB
    initial commit 6 months ago
  • README.md
    7.11 kB
    Update model card: add zen/zenlm tags, fix branding 2 months ago
  • config.json
    661 Bytes
    Upload Zen Guard 4B model weights 5 months ago
  • generation_config.json
    242 Bytes
    Upload Zen Guard 4B model weights 5 months ago
  • model-00001-of-00002.safetensors
    3.97 GB
    xet
    Upload Zen Guard 4B model weights 5 months ago
  • model-00002-of-00002.safetensors
    2.2 GB
    xet
    Upload Zen Guard 4B model weights 5 months ago
  • model.safetensors.index.json
    35.6 kB
    Upload Zen Guard 4B model weights 5 months ago
  • tokenizer.json
    7.03 MB
    Upload Zen Guard 4B model weights 5 months ago
  • tokenizer_config.json
    7.29 kB
    Fix model identity in chat template 2 months ago
  • vocab.json
    2.78 MB
    Upload Zen Guard 4B model weights 5 months ago