File size: 533 Bytes
ba6803f |
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": "jinaai/jina-embeddings-v2-small-en",
"max_length": 1024,
"model_weights_fp": "models/off-topic-jinaai-jina-embeddings-v2-small-en-TwinEncoder.safetensors",
"model_fp": "models/off-topic-jinaai-jina-embeddings-v2-small-en-TwinEncoder.onnx"
}
}
} |