slac-single-head / config.json
trungpq's picture
End of training
888f916 verified
{
"architectures": [
"BERTModel"
],
"id2label": {
"0": "LABEL_0",
"1": "LABEL_1",
"2": "LABEL_2",
"3": "LABEL_3"
},
"label2id": {
"LABEL_0": 0,
"LABEL_1": 1,
"LABEL_2": 2,
"LABEL_3": 3
},
"model_type": "bert_model_multi_label",
"pos_weight": [
3.0,
3.0,
3.0,
2.8530913216108904
],
"torch_dtype": "float32",
"transformers_version": "4.51.1"
}