Create config.json
#3
by
felfri
- opened
- config.json +64 -0
config.json
ADDED
|
@@ -0,0 +1,64 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"model_type": "small emotion-voice-mlp-head",
|
| 3 |
+
"base_model": "mkrausio/EmoWhisper-AnS-Small-v0.1",
|
| 4 |
+
"format": "pytorch",
|
| 5 |
+
"num_heads": 55,
|
| 6 |
+
"description": "A collection of 55 MLP heads trained on Whisper embeddings for emotion, tone, and voice condition classification.",
|
| 7 |
+
"model_files": [
|
| 8 |
+
"model_Affection_best.pth",
|
| 9 |
+
"model_Age_best.pth",
|
| 10 |
+
"model_Amusement_best.pth",
|
| 11 |
+
"model_Anger_best.pth",
|
| 12 |
+
"model_Arousal_best.pth",
|
| 13 |
+
"model_Astonishment_Surprise_best.pth",
|
| 14 |
+
"model_Authenticity_best.pth",
|
| 15 |
+
"model_Awe_best.pth",
|
| 16 |
+
"model_Background_Noise_best.pth",
|
| 17 |
+
"model_Bitterness_best.pth",
|
| 18 |
+
"model_Concentration_best.pth",
|
| 19 |
+
"model_Confident_vs._Hesitant_best.pth",
|
| 20 |
+
"model_Confusion_best.pth",
|
| 21 |
+
"model_Contemplation_best.pth",
|
| 22 |
+
"model_Contempt_best.pth",
|
| 23 |
+
"model_Contentment_best.pth",
|
| 24 |
+
"model_Disappointment_best.pth",
|
| 25 |
+
"model_Disgust_best.pth",
|
| 26 |
+
"model_Distress_best.pth",
|
| 27 |
+
"model_Doubt_best.pth",
|
| 28 |
+
"model_Elation_best.pth",
|
| 29 |
+
"model_Embarrassment_best.pth",
|
| 30 |
+
"model_Emotional_Numbness_best.pth",
|
| 31 |
+
"model_Fatigue_Exhaustion_best.pth",
|
| 32 |
+
"model_Fear_best.pth",
|
| 33 |
+
"model_Gender_best.pth",
|
| 34 |
+
"model_Helplessness_best.pth",
|
| 35 |
+
"model_High-Pitched_vs._Low-Pitched_best.pth",
|
| 36 |
+
"model_Hope_Enthusiasm_Optimism_best.pth",
|
| 37 |
+
"model_Impatience_and_Irritability_best.pth",
|
| 38 |
+
"model_Infatuation_best.pth",
|
| 39 |
+
"model_Interest_best.pth",
|
| 40 |
+
"model_Intoxication_Altered_States_of_Consciousness_best.pth",
|
| 41 |
+
"model_Jealousy_&_Envy_best.pth",
|
| 42 |
+
"model_Longing_best.pth",
|
| 43 |
+
"model_Malevolence_Malice_best.pth",
|
| 44 |
+
"model_Monotone_vs._Expressive_best.pth",
|
| 45 |
+
"model_Pain_best.pth",
|
| 46 |
+
"model_Pleasure_Ecstasy_best.pth",
|
| 47 |
+
"model_Pride_best.pth",
|
| 48 |
+
"model_Recording_Quality_best.pth",
|
| 49 |
+
"model_Relief_best.pth",
|
| 50 |
+
"model_Sadness_best.pth",
|
| 51 |
+
"model_Serious_vs._Humorous_best.pth",
|
| 52 |
+
"model_Sexual_Lust_best.pth",
|
| 53 |
+
"model_Shame_best.pth",
|
| 54 |
+
"model_Soft_vs._Harsh_best.pth",
|
| 55 |
+
"model_Sourness_best.pth",
|
| 56 |
+
"model_Submissive_vs._Dominant_best.pth",
|
| 57 |
+
"model_Teasing_best.pth",
|
| 58 |
+
"model_Thankfulness_Gratitude_best.pth",
|
| 59 |
+
"model_Triumph_best.pth",
|
| 60 |
+
"model_Valence_best.pth",
|
| 61 |
+
"model_Vulnerable_vs._Emotionally_Detached_best.pth",
|
| 62 |
+
"model_Warm_vs._Cold_best.pth"
|
| 63 |
+
]
|
| 64 |
+
}
|