CoolFace
Modelpublic

mozilla-ai/protectai-deberta-v3-small-prompt-injection-v2-encoderfile

sourceHugging Faceupdated 5mo agoView on Hugging Face
0likes82downloads
Model Card

protectai/deberta-v3-small-prompt-injection-v2 Encoderfiles

Generated with [Encoderfile](https://github.com/mozilla-ai/encoderfile) Encoderfile 0.6.2

Pre-built encoderfiles for `protectai/deberta-v3-small-prompt-injection-v2` — self-contained, executable embedding servers you can run without any Python or ML dependencies.

Download

Pick the binary for your platform:

PlatformFile
macOS (Apple Silicon)deberta-v3-small-prompt-injection-v2.aarch64-apple-darwin.encoderfile
macOS (Intel)deberta-v3-small-prompt-injection-v2.x86_64-apple-darwin.encoderfile
Linux (x86_64)deberta-v3-small-prompt-injection-v2.x86_64-linux-gnu.encoderfile
Linux (ARM64)deberta-v3-small-prompt-injection-v2.aarch64-linux-gnu.encoderfile

Or download directly (example for macOS Apple Silicon):

bash
wget https://huggingface.co/mozilla-ai/protectai-deberta-v3-small-prompt-injection-v2-encoderfile/blob/main/deberta-v3-small-prompt-injection-v2.aarch64-apple-darwin.encoderfile
chmod +x ./deberta-v3-small-prompt-injection-v2.aarch64-apple-darwin.encoderfile

Usage

Run as an embedding server:

bash
./deberta-v3-small-prompt-injection-v2.aarch64-apple-darwin.encoderfile serve

Infer directly from the CLI:

bash
./deberta-v3-small-prompt-injection-v2.aarch64-apple-darwin.encoderfile infer "this is a test"

About Encoderfile

Encoderfiles are self-contained executables that bundle a model and its runtime into a single binary. No Python, no dependencies — just download and run.

Learn more at mozilla-ai/encoderfile.