HSRP-classification / config.json
Smolry's picture
Create config.json
a939dba verified
Raw
History Blame Contribute Delete
236 Bytes
{
"architectures": [
"EfficientNetForImageClassification"
],
"model_type": "efficientnet",
"num_labels": 2,
"id2label": {
"0": "HSRP",
"1": "NON_HSRP"
},
"label2id": {
"HSRP": "0",
"NON_HSRP": "1"
}
}