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-guardv2

Text Classification
Transformers
Safetensors
lunaris_guard
feature-extraction
security
prompt-injection
jailbreak-detection
content-safety
guardrails
modernbert
multilingual
pii
custom_code
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Transformers

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

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="auren-research/lunaris-guardv2", trust_remote_code=True)
    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("auren-research/lunaris-guardv2", trust_remote_code=True, device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
lunaris-guardv2
600 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 10 commits
meryyllebr543's picture
meryyllebr543
Update README.md
624d5d3 verified 3 months ago
  • .gitattributes
    1.52 kB
    initial commit 4 months ago
  • README.md
    15.6 kB
    Update README.md 3 months ago
  • config.json
    313 Bytes
    Upload config.json 4 months ago
  • configuration_lunaris_guard.py
    1.4 kB
    Upload configuration_lunaris_guard.py 4 months ago
  • model.safetensors
    596 MB
    xet
    Upload model.safetensors 4 months ago
  • modeling_lunaris_guard.py
    2.42 kB
    Upload modeling_lunaris_guard.py 4 months ago
  • tokenizer.json
    3.58 MB
    Upload tokenizer.json 4 months ago
  • tokenizer_config.json
    380 Bytes
    Upload tokenizer_config.json 4 months ago