competition_bert_test / config.json
tuko-tanzwoo's picture
Upload folder using huggingface_hub
ffab524 verified
Raw
History Blame Contribute Delete
282 Bytes
{
"hidden_size": 768,
"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
},
"num_attention_heads": 12,
"transformers_version": "4.53.3"
}