This is an ONNX model used by
LLM Guard for security scanning of Large Language Models.
This model has been converted to ONNX format for optimized inference performance.
1from llm_guard.input_scanners import PromptInjection
2
3scanner = PromptInjection()
4result = scanner.scan("Your prompt here")
5print(result)
The model will be downloaded automatically when the corresponding scanner is used.
LLM Guard is a comprehensive security toolkit for Large Language Models, providing: