lstm_dom_emotion_model / config.json
nikatonika's picture
Upload folder using huggingface_hub
3915e47 verified
raw
history blame contribute delete
192 Bytes
{
"model_type": "lstm",
"input_size": 7,
"hidden_size": 128,
"num_classes": 7,
"dropout": 0.3,
"source": "Dominant emotion classification from video detailed results"
}