Upload folder using huggingface_hub
Browse files- config.json +8 -0
- pytorch_model.bin +3 -0
config.json
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"model_type": "lstm",
|
| 3 |
+
"input_size": 7,
|
| 4 |
+
"hidden_size": 128,
|
| 5 |
+
"num_classes": 7,
|
| 6 |
+
"dropout": 0.3,
|
| 7 |
+
"source": "Dominant emotion classification from video detailed results"
|
| 8 |
+
}
|
pytorch_model.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1567d1b3a87afc8f84cdd2f5e36681b81999d2b78954739fdc6454cd41980bd2
|
| 3 |
+
size 286852
|