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

dannyliv
/
agent-guard-deberta-pi-base

Text Classification
Transformers
ONNX
Safetensors
English
deberta-v2
prompt-injection
guardrail
security
lora
agent-safety
owasp-llm-top-10
mitre-atlas
Eval Results (legacy)
text-embeddings-inference
Model card Files Files and versions
xet
Community

Instructions to use dannyliv/agent-guard-deberta-pi-base with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use dannyliv/agent-guard-deberta-pi-base with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="dannyliv/agent-guard-deberta-pi-base")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("dannyliv/agent-guard-deberta-pi-base")
    model = AutoModelForSequenceClassification.from_pretrained("dannyliv/agent-guard-deberta-pi-base")
  • Notebooks
  • Google Colab
  • Kaggle
agent-guard-deberta-pi-base / adapter
10.8 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit
dannyliv's picture
dannyliv
Move V3.2 adapter to adapter/ subfolder so root loads the merged model directly
7d83f9d verified 16 days ago
  • adapter_config.json
    807 Bytes
    Move V3.2 adapter to adapter/ subfolder so root loads the merged model directly 16 days ago
  • adapter_model.safetensors
    10.8 MB
    xet
    Move V3.2 adapter to adapter/ subfolder so root loads the merged model directly 16 days ago