spanemo-id-ta / config.json
syafiqfaray's picture
End of training
f6dcc17 verified
raw
history blame contribute delete
No virus
662 Bytes
{
"architectures": [
"SpanEmo"
],
"embedding_vocab_size": 31931,
"id2label": {
"0": "Percaya",
"1": "Terkejut",
"2": "Sedih",
"3": "Bahagia",
"4": "Takut",
"5": "Jijik",
"6": "Antisipasi",
"7": "Marah"
},
"inter_loss_factor": 0,
"label2id": {
"Antisipasi": 6,
"Bahagia": 3,
"Jijik": 5,
"Marah": 7,
"Percaya": 0,
"Sedih": 2,
"Takut": 4,
"Terkejut": 1
},
"label_idxs": [
1,
2,
3,
4,
5,
6,
7,
8
],
"model_type": "spanemo",
"output_dropout": 0.1,
"torch_dtype": "float32",
"transformers_version": "4.41.0.dev0",
"zlpr_loss_factor": 0
}