tenang-in-model1 / config.json
Rahmat15's picture
Upload config.json with huggingface_hub
4b57e52 verified
Raw
History Blame Contribute Delete
283 Bytes
{
"MAX_LEN": 50,
"EMBED_DIM": 100,
"MAX_VOCAB": 5000,
"vocab_size_final": 3543,
"NUM_CLASSES": 7,
"LABEL_MAP": {
"0": "anger",
"1": "anticipation",
"2": "disgust",
"3": "fear",
"4": "joy",
"5": "sadness",
"6": "trust"
},
"BEST_EPOCH": 19
}