File size: 354 Bytes
3f525d9 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 | {
"num_labels": 5,
"problem_type": "multi_label_classification",
"id2label": {
"0": "name",
"1": "email",
"2": "phone",
"3": "salary",
"4": "notice_period"
},
"label2id": {
"name": 0,
"email": 1,
"phone": 2,
"salary": 3,
"notice_period": 4
},
"student_hidden_dim": 384,
"student_params": 15557125
} |