Create config.json
Browse files- config.json +47 -0
config.json
ADDED
@@ -0,0 +1,47 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"model_type": "face emotion mlp-head",
|
3 |
+
"base_model": "google/siglip2-so400m-patch16-384",
|
4 |
+
"description": "A collection of 40 MLP heads trained on facial expression embeddings for emotion recognition.",
|
5 |
+
"model_files": [
|
6 |
+
"model_affection_best.pth",
|
7 |
+
"model_amusement_best.pth",
|
8 |
+
"model_anger_best.pth",
|
9 |
+
"model_astonishment_surprise_best.pth",
|
10 |
+
"model_awe_best.pth",
|
11 |
+
"model_bitterness_best.pth",
|
12 |
+
"model_concentration_best.pth",
|
13 |
+
"model_confusion_best.pth",
|
14 |
+
"model_contemplation_best.pth",
|
15 |
+
"model_contempt_best.pth",
|
16 |
+
"model_contentment_best.pth",
|
17 |
+
"model_disappointment_best.pth",
|
18 |
+
"model_disgust_best.pth",
|
19 |
+
"model_distress_best.pth",
|
20 |
+
"model_doubt_best.pth",
|
21 |
+
"model_elation_best.pth",
|
22 |
+
"model_embarrassment_best.pth",
|
23 |
+
"model_emotional_numbness_best.pth",
|
24 |
+
"model_fatigue_exhaustion_best.pth",
|
25 |
+
"model_fear_best.pth",
|
26 |
+
"model_helplessness_best.pth",
|
27 |
+
"model_hope_enthusiasm_optimism_best.pth",
|
28 |
+
"model_impatience_and_irritability_best.pth",
|
29 |
+
"model_infatuation_best.pth",
|
30 |
+
"model_interest_best.pth",
|
31 |
+
"model_intoxication_altered_states_of_consciousness_best.pth",
|
32 |
+
"model_jealousy_&_envy_best.pth",
|
33 |
+
"model_longing_best.pth",
|
34 |
+
"model_malevolence_malice_best.pth",
|
35 |
+
"model_pain_best.pth",
|
36 |
+
"model_pleasure_ecstasy_best.pth",
|
37 |
+
"model_pride_best.pth",
|
38 |
+
"model_relief_best.pth",
|
39 |
+
"model_sadness_best.pth",
|
40 |
+
"model_sexual_lust_best.pth",
|
41 |
+
"model_shame_best.pth",
|
42 |
+
"model_sourness_best.pth",
|
43 |
+
"model_teasing_best.pth",
|
44 |
+
"model_thankfulness_gratitude_best.pth",
|
45 |
+
"model_triumph_best.pth"
|
46 |
+
]
|
47 |
+
}
|