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

auren-research
/
lunaris-guard

Text Classification
Transformers
Safetensors
lunaris_guard
feature-extraction
prompt-injection
jailbreak-detection
content-safety
ai-safety
guardrails
modernbert
multilingual
custom_code
Eval Results (legacy)
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Transformers

    How to use auren-research/lunaris-guard with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="auren-research/lunaris-guard", trust_remote_code=True)
    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("auren-research/lunaris-guard", trust_remote_code=True, device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
lunaris-guard
600 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 10 commits
meryyllebr543's picture
meryyllebr543
Upload run_config.json
7616e3d verified 3 months ago
  • .gitattributes
    1.52 kB
    initial commit 3 months ago
  • README.md
    16.2 kB
    Upload README.md 3 months ago
  • config.json
    742 Bytes
    Upload config.json 3 months ago
  • configuration_lunaris_guard.py
    1.37 kB
    Upload configuration_lunaris_guard.py 3 months ago
  • model.safetensors
    596 MB
    xet
    Upload model.safetensors 3 months ago
  • modeling_lunaris_guard.py
    2.34 kB
    Upload modeling_lunaris_guard.py 3 months ago
  • run_config.json
    777 Bytes
    Upload run_config.json 3 months ago
  • test_metrics.json
    1.69 kB
    Upload test_metrics.json 3 months ago
  • tokenizer.json
    3.58 MB
    Upload tokenizer.json 3 months ago
  • tokenizer_config.json
    380 Bytes
    Upload tokenizer_config.json 3 months ago