Delete config.json
Browse files- config.json +0 -247
config.json
DELETED
|
@@ -1,247 +0,0 @@
|
|
| 1 |
-
{
|
| 2 |
-
"base_model": "microsoft/wavlm-base-plus",
|
| 3 |
-
"sampling_rate": 16000,
|
| 4 |
-
"max_duration_sec": 10,
|
| 5 |
-
"tasks": [
|
| 6 |
-
"mbti",
|
| 7 |
-
"emotion",
|
| 8 |
-
"vibe",
|
| 9 |
-
"intensity",
|
| 10 |
-
"tempo"
|
| 11 |
-
],
|
| 12 |
-
"label_maps": {
|
| 13 |
-
"mbti": {
|
| 14 |
-
"ENFJ": 0,
|
| 15 |
-
"ENFP": 1,
|
| 16 |
-
"ENTJ": 2,
|
| 17 |
-
"ENTP": 3,
|
| 18 |
-
"ESFJ": 4,
|
| 19 |
-
"ESFP": 5,
|
| 20 |
-
"ESTJ": 6,
|
| 21 |
-
"ESTP": 7,
|
| 22 |
-
"INFJ": 8,
|
| 23 |
-
"INFP": 9,
|
| 24 |
-
"INTJ": 10,
|
| 25 |
-
"INTP": 11,
|
| 26 |
-
"ISFJ": 12,
|
| 27 |
-
"ISFP": 13,
|
| 28 |
-
"ISTJ": 14,
|
| 29 |
-
"ISTP": 15
|
| 30 |
-
},
|
| 31 |
-
"emotion": {
|
| 32 |
-
"admiration": 0,
|
| 33 |
-
"amusement": 1,
|
| 34 |
-
"anger": 2,
|
| 35 |
-
"annoyance": 3,
|
| 36 |
-
"approval": 4,
|
| 37 |
-
"caring": 5,
|
| 38 |
-
"desire": 6,
|
| 39 |
-
"disapproval": 7,
|
| 40 |
-
"excitement": 8,
|
| 41 |
-
"gratitude": 9,
|
| 42 |
-
"grief": 10,
|
| 43 |
-
"joy": 11,
|
| 44 |
-
"love": 12,
|
| 45 |
-
"neutral": 13,
|
| 46 |
-
"optimism": 14,
|
| 47 |
-
"pride": 15,
|
| 48 |
-
"sadness": 16,
|
| 49 |
-
"surprise": 17
|
| 50 |
-
},
|
| 51 |
-
"vibe": {
|
| 52 |
-
"Aggressive": 0,
|
| 53 |
-
"Atmospheric": 1,
|
| 54 |
-
"Melancholic": 2,
|
| 55 |
-
"Technical": 3
|
| 56 |
-
},
|
| 57 |
-
"intensity": {
|
| 58 |
-
"High": 0,
|
| 59 |
-
"Low": 1,
|
| 60 |
-
"Medium": 2
|
| 61 |
-
},
|
| 62 |
-
"tempo": {
|
| 63 |
-
"Fast": 0,
|
| 64 |
-
"Moderate": 1,
|
| 65 |
-
"Slow": 2
|
| 66 |
-
}
|
| 67 |
-
},
|
| 68 |
-
"id2label": {
|
| 69 |
-
"mbti": {
|
| 70 |
-
"0": "ENFJ",
|
| 71 |
-
"1": "ENFP",
|
| 72 |
-
"2": "ENTJ",
|
| 73 |
-
"3": "ENTP",
|
| 74 |
-
"4": "ESFJ",
|
| 75 |
-
"5": "ESFP",
|
| 76 |
-
"6": "ESTJ",
|
| 77 |
-
"7": "ESTP",
|
| 78 |
-
"8": "INFJ",
|
| 79 |
-
"9": "INFP",
|
| 80 |
-
"10": "INTJ",
|
| 81 |
-
"11": "INTP",
|
| 82 |
-
"12": "ISFJ",
|
| 83 |
-
"13": "ISFP",
|
| 84 |
-
"14": "ISTJ",
|
| 85 |
-
"15": "ISTP"
|
| 86 |
-
},
|
| 87 |
-
"emotion": {
|
| 88 |
-
"0": "admiration",
|
| 89 |
-
"1": "amusement",
|
| 90 |
-
"2": "anger",
|
| 91 |
-
"3": "annoyance",
|
| 92 |
-
"4": "approval",
|
| 93 |
-
"5": "caring",
|
| 94 |
-
"6": "desire",
|
| 95 |
-
"7": "disapproval",
|
| 96 |
-
"8": "excitement",
|
| 97 |
-
"9": "gratitude",
|
| 98 |
-
"10": "grief",
|
| 99 |
-
"11": "joy",
|
| 100 |
-
"12": "love",
|
| 101 |
-
"13": "neutral",
|
| 102 |
-
"14": "optimism",
|
| 103 |
-
"15": "pride",
|
| 104 |
-
"16": "sadness",
|
| 105 |
-
"17": "surprise"
|
| 106 |
-
},
|
| 107 |
-
"vibe": {
|
| 108 |
-
"0": "Aggressive",
|
| 109 |
-
"1": "Atmospheric",
|
| 110 |
-
"2": "Melancholic",
|
| 111 |
-
"3": "Technical"
|
| 112 |
-
},
|
| 113 |
-
"intensity": {
|
| 114 |
-
"0": "High",
|
| 115 |
-
"1": "Low",
|
| 116 |
-
"2": "Medium"
|
| 117 |
-
},
|
| 118 |
-
"tempo": {
|
| 119 |
-
"0": "Fast",
|
| 120 |
-
"1": "Moderate",
|
| 121 |
-
"2": "Slow"
|
| 122 |
-
}
|
| 123 |
-
},
|
| 124 |
-
"training_history": [
|
| 125 |
-
{
|
| 126 |
-
"epoch": 1,
|
| 127 |
-
"val_loss": 0.0,
|
| 128 |
-
"mbti_acc": NaN,
|
| 129 |
-
"mbti_f1": NaN,
|
| 130 |
-
"emotion_acc": NaN,
|
| 131 |
-
"emotion_f1": NaN,
|
| 132 |
-
"vibe_acc": NaN,
|
| 133 |
-
"vibe_f1": NaN,
|
| 134 |
-
"intensity_acc": NaN,
|
| 135 |
-
"intensity_f1": NaN,
|
| 136 |
-
"tempo_acc": NaN,
|
| 137 |
-
"tempo_f1": NaN,
|
| 138 |
-
"avg_f1": NaN
|
| 139 |
-
},
|
| 140 |
-
{
|
| 141 |
-
"epoch": 2,
|
| 142 |
-
"val_loss": 0.0,
|
| 143 |
-
"mbti_acc": NaN,
|
| 144 |
-
"mbti_f1": NaN,
|
| 145 |
-
"emotion_acc": NaN,
|
| 146 |
-
"emotion_f1": NaN,
|
| 147 |
-
"vibe_acc": NaN,
|
| 148 |
-
"vibe_f1": NaN,
|
| 149 |
-
"intensity_acc": NaN,
|
| 150 |
-
"intensity_f1": NaN,
|
| 151 |
-
"tempo_acc": NaN,
|
| 152 |
-
"tempo_f1": NaN,
|
| 153 |
-
"avg_f1": NaN
|
| 154 |
-
},
|
| 155 |
-
{
|
| 156 |
-
"epoch": 3,
|
| 157 |
-
"val_loss": 0.0,
|
| 158 |
-
"mbti_acc": NaN,
|
| 159 |
-
"mbti_f1": NaN,
|
| 160 |
-
"emotion_acc": NaN,
|
| 161 |
-
"emotion_f1": NaN,
|
| 162 |
-
"vibe_acc": NaN,
|
| 163 |
-
"vibe_f1": NaN,
|
| 164 |
-
"intensity_acc": NaN,
|
| 165 |
-
"intensity_f1": NaN,
|
| 166 |
-
"tempo_acc": NaN,
|
| 167 |
-
"tempo_f1": NaN,
|
| 168 |
-
"avg_f1": NaN
|
| 169 |
-
},
|
| 170 |
-
{
|
| 171 |
-
"epoch": 4,
|
| 172 |
-
"val_loss": 0.0,
|
| 173 |
-
"mbti_acc": NaN,
|
| 174 |
-
"mbti_f1": NaN,
|
| 175 |
-
"emotion_acc": NaN,
|
| 176 |
-
"emotion_f1": NaN,
|
| 177 |
-
"vibe_acc": NaN,
|
| 178 |
-
"vibe_f1": NaN,
|
| 179 |
-
"intensity_acc": NaN,
|
| 180 |
-
"intensity_f1": NaN,
|
| 181 |
-
"tempo_acc": NaN,
|
| 182 |
-
"tempo_f1": NaN,
|
| 183 |
-
"avg_f1": NaN
|
| 184 |
-
},
|
| 185 |
-
{
|
| 186 |
-
"epoch": 5,
|
| 187 |
-
"val_loss": 0.0,
|
| 188 |
-
"mbti_acc": NaN,
|
| 189 |
-
"mbti_f1": NaN,
|
| 190 |
-
"emotion_acc": NaN,
|
| 191 |
-
"emotion_f1": NaN,
|
| 192 |
-
"vibe_acc": NaN,
|
| 193 |
-
"vibe_f1": NaN,
|
| 194 |
-
"intensity_acc": NaN,
|
| 195 |
-
"intensity_f1": NaN,
|
| 196 |
-
"tempo_acc": NaN,
|
| 197 |
-
"tempo_f1": NaN,
|
| 198 |
-
"avg_f1": NaN
|
| 199 |
-
},
|
| 200 |
-
{
|
| 201 |
-
"epoch": 6,
|
| 202 |
-
"val_loss": 0.0,
|
| 203 |
-
"mbti_acc": NaN,
|
| 204 |
-
"mbti_f1": NaN,
|
| 205 |
-
"emotion_acc": NaN,
|
| 206 |
-
"emotion_f1": NaN,
|
| 207 |
-
"vibe_acc": NaN,
|
| 208 |
-
"vibe_f1": NaN,
|
| 209 |
-
"intensity_acc": NaN,
|
| 210 |
-
"intensity_f1": NaN,
|
| 211 |
-
"tempo_acc": NaN,
|
| 212 |
-
"tempo_f1": NaN,
|
| 213 |
-
"avg_f1": NaN
|
| 214 |
-
},
|
| 215 |
-
{
|
| 216 |
-
"epoch": 7,
|
| 217 |
-
"val_loss": 0.0,
|
| 218 |
-
"mbti_acc": NaN,
|
| 219 |
-
"mbti_f1": NaN,
|
| 220 |
-
"emotion_acc": NaN,
|
| 221 |
-
"emotion_f1": NaN,
|
| 222 |
-
"vibe_acc": NaN,
|
| 223 |
-
"vibe_f1": NaN,
|
| 224 |
-
"intensity_acc": NaN,
|
| 225 |
-
"intensity_f1": NaN,
|
| 226 |
-
"tempo_acc": NaN,
|
| 227 |
-
"tempo_f1": NaN,
|
| 228 |
-
"avg_f1": NaN
|
| 229 |
-
},
|
| 230 |
-
{
|
| 231 |
-
"epoch": 8,
|
| 232 |
-
"val_loss": 0.0,
|
| 233 |
-
"mbti_acc": NaN,
|
| 234 |
-
"mbti_f1": NaN,
|
| 235 |
-
"emotion_acc": NaN,
|
| 236 |
-
"emotion_f1": NaN,
|
| 237 |
-
"vibe_acc": NaN,
|
| 238 |
-
"vibe_f1": NaN,
|
| 239 |
-
"intensity_acc": NaN,
|
| 240 |
-
"intensity_f1": NaN,
|
| 241 |
-
"tempo_acc": NaN,
|
| 242 |
-
"tempo_f1": NaN,
|
| 243 |
-
"avg_f1": NaN
|
| 244 |
-
}
|
| 245 |
-
],
|
| 246 |
-
"best_val_loss": 0.0
|
| 247 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|