CoolFace
Modelpublic

TangoBeeAkto/codenlbert-tiny-onnx

sourceHugging Facemitupdated 10mo agoView on Hugging Face
0likes2downloads
Model Card

codenlbert-tiny-onnx

This is an ONNX model used by LLM Guard for security scanning of Large Language Models.

Model Details

Base Model: vishnun/codenlbert-tiny

This model has been converted to ONNX format for optimized inference performance.

Usage

This model is used automatically by the LLM Guard library:

bash
pip install llm-guard
python
from llm_guard.input_scanners import PromptInjection

scanner = PromptInjection()
result = scanner.scan("Your prompt here")
print(result)

The model will be downloaded automatically when the corresponding scanner is used.

About LLM Guard

LLM Guard is a comprehensive security toolkit for Large Language Models, providing:

  • โ€”๐Ÿ›ก๏ธ Prompt injection detection
  • โ€”๐Ÿ”’ PII detection and anonymization
  • โ€”๐Ÿšซ Toxicity filtering
  • โ€”โš–๏ธ Bias detection
  • โ€”๐Ÿ“Š And many more security features

Repository: https://github.com/akto-api-security/llm-guard

License

MIT License


Maintained by [Akto API Security](https://akto.io)