SilverGuard / model_config.json
tanishqmudaliar's picture
Upload folder using huggingface_hub
45eaa7e verified
{
"max_length": 128,
"do_lower_case": true,
"model_type": "mobilebert",
"vocab_file": "vocab.txt",
"model_file": "silver_guard.onnx",
"labels": {
"0": "ham",
"1": "scam"
},
"input_names": [
"input_ids",
"attention_mask"
],
"output_name": "threat_score",
"input_format": "HEADER [SEP] message_text"
}