| { | |
| "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 | |
| ] | |
| } | |
| } | |