phi4-guardrail / config.json
shri-ads's picture
Upload folder using huggingface_hub
7143590 verified
raw
history blame contribute delete
493 Bytes
{
"architectures": ["SentinelGuardedPhi"],
"auto_map": {
"AutoConfig": "configuration_sentinel.SentinelConfig",
"AutoModelForCausalLM": "modeling_sentinel.SentinelGuardedPhi"
},
"model_type": "sentinel_guarded_phi",
"phi_model_id": "microsoft/Phi-4-mini-instruct",
"guard_model_id": "meta-llama/Llama-Prompt-Guard-2-86M",
"guard_threshold": 0.5,
"blocked_response": "I'm not able to assist with that.",
"torch_dtype": "bfloat16",
"transformers_version": "4.44.0"
}