File size: 953 Bytes
e1970ae e171a3e e1970ae e171a3e e1970ae | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 | {
"name": "Music2Emo",
"task": "Music emotion recognition",
"source": {
"repo": "AMAAI-Lab/Music2Emotion",
"license": "MIT"
},
"runtime_assets": {
"repo": "amaai-lab/music2emo",
"revision": "b036e59471583c3d5b30c69e63e8c7323cc36c4a",
"license": "Apache-2.0"
},
"checkpoint": {
"repo": "amaai-lab/music2emo",
"file": "saved_models/J_all.ckpt",
"revision": "b036e59471583c3d5b30c69e63e8c7323cc36c4a",
"license": "Apache-2.0"
},
"backbone": {
"repo": "m-a-p/MERT-v1-95M",
"revision": "12af15fef9d0ac838c3f475bfbbf26d2060dd4f5",
"license": "CC BY-NC 4.0"
},
"input": {
"sample_rate": 24000,
"channels": 1,
"minimum_duration_seconds": 1,
"maximum_duration_seconds": 60,
"embedding_window_seconds": 30
},
"output": {
"mood_classes": 56,
"dimensional_scores": [
"valence",
"arousal"
],
"dimensional_scale": [
1,
9
]
}
}
|