File size: 525 Bytes
1d52dd2 |
1 2 3 4 5 6 7 8 9 10 11 |
{
"description": "Off-Topic classifier designed to block user prompts that do not align with the intended purpose of the system, as determined by the system prompt.",
"classifier": {
"embedding": {
"model_name": "cross-encoder/stsb-roberta-base",
"max_length": 512,
"model_weights_fp": "models/off-topic-cross-encoder-stsb-roberta-base-CrossEncoder.safetensors",
"model_fp": "models/off-topic-cross-encoder-stsb-roberta-base-CrossEncoder.onnx"
}
}
} |