File size: 410 Bytes
9da623b | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 | {
"architectures": [
"MultiHeadStatusModel"
],
"backbone_model": "microsoft/deberta-v3-base",
"dropout": 0.1,
"dtype": "float32",
"model_type": "multihead_status",
"num_classes_per_head": {
"application_gate": 2,
"binary": 2,
"declined_gate": 2,
"final_status": 2,
"interview_gate": 2,
"interview_type": 2,
"offer_gate": 2
},
"transformers_version": "5.0.0"
}
|