- Name:
Epivolis/Hyperion - Description: Hyperion is an extremely lightweight (435M parameters) RoBERTa-based binary classifier that detects jailbreak/prompt injection attempts with 88% accuracy based on test cases
- Max Length:
512 - Injection Label:
"False"
To run the PINT benchmark on the Epivolis/Hyperion model add the following code cell to the pint-benchmark.ipynb notebook and run it:
model = HuggingFaceModelEvaluation(
model_name="Epivolis/Hyperion",
injection_label="False",
max_length=512
)
pint_benchmark(
eval_function=model.evaluate,
model_name=model.model_name
)