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

  • Log In
  • Sign Up

arkaean
/
promptguard-ensemble

Text Classification
Transformers
English
prompt-injection
llm-security
lodo-evaluation
ensemble
deberta
llama
activation-probe
Model card Files Files and versions
xet
Community

Instructions to use arkaean/promptguard-ensemble with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use arkaean/promptguard-ensemble with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="arkaean/promptguard-ensemble")
    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("arkaean/promptguard-ensemble", dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
promptguard-ensemble
30.1 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
arkaean's picture
arkaean
Upload README.md with huggingface_hub
93c93f7 verified 2 months ago
  • .gitattributes
    1.52 kB
    initial commit 2 months ago
  • README.md
    2.81 kB
    Upload README.md with huggingface_hub 2 months ago
  • meta_learner.pkl
    383 Bytes
    xet
    Upload meta_learner.pkl with huggingface_hub 2 months ago
  • probe_model.pkl
    25.4 kB
    xet
    Upload probe_model.pkl with huggingface_hub 2 months ago