deadbits / vigil-llm

⚡ Vigil ⚡ Detect prompt injections, jailbreaks, and other potentially risky Large Language Model (LLM) inputs
https://vigil.deadbits.ai/
Apache License 2.0
270 stars 32 forks source link

Change default model to laiyer/deberta-v3-base-prompt-injection #74

Closed deadbits closed 6 months ago

deadbits commented 6 months ago

Change the default transformer model to use https://huggingface.co/laiyer/deberta-v3-base-prompt-injection instead of deepset/deberta-v3-base-injection

This only required a config file change as the new models output uses the same format as the old.

Loss: 0.0010 Accuracy: 0.9999 Recall: 0.9997 Precision: 0.9998 F1: 0.9998

Addresses https://github.com/deadbits/vigil-llm/issues/66