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

zenlm
/
zen3-guard

Text Classification
Transformers
Safetensors
English
granite
text-generation
zen
zenlm
hanzo
zen3
safety
moderation
content-classification
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Transformers

    How to use zenlm/zen3-guard with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="zenlm/zen3-guard")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForCausalLM
    
    tokenizer = AutoTokenizer.from_pretrained("zenlm/zen3-guard")
    model = AutoModelForCausalLM.from_pretrained("zenlm/zen3-guard")
  • Notebooks
  • Google Colab
  • Kaggle
zen3-guard
11.6 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 11 commits
zeekay's picture
zeekay
Update model card: add zen/zenlm tags, fix branding
0cf5efc verified 3 months ago
  • .gitattributes
    1.52 kB
    initial commit 3 months ago
  • README.md
    1.99 kB
    Update model card: add zen/zenlm tags, fix branding 3 months ago
  • added_tokens.json
    87 Bytes
    Add config files 3 months ago
  • config.json
    791 Bytes
    Add config files 3 months ago
  • generation_config.json
    154 Bytes
    Add config files 3 months ago
  • merges.txt
    442 kB
    Add config files 3 months ago
  • model-00001-of-00003.safetensors
    4.97 GB
    xet
    Add weights 1/3 3 months ago
  • model-00002-of-00003.safetensors
    4.99 GB
    xet
    Add weights 2/3 3 months ago
  • model-00003-of-00003.safetensors
    1.59 GB
    xet
    Add weights 3/3 3 months ago
  • model.safetensors.index.json
    20.9 kB
    Add config files 3 months ago
  • special_tokens_map.json
    701 Bytes
    Add config files 3 months ago
  • tokenizer.json
    3.48 MB
    Add config files 3 months ago
  • tokenizer_config.json
    18 kB
    Add config files 3 months ago
  • vocab.json
    777 kB
    Add config files 3 months ago