Spaces:
Running on Zero
Running on Zero
| { | |
| "name": "MuQ-MuLan", | |
| "task": "Music-text similarity and description ranking", | |
| "source_repository": "tencent-ailab/MuQ", | |
| "source_revision": "28847ea50cd31ac4b8b6a7dacc051ad7d1c7606a", | |
| "source_license": "MIT", | |
| "checkpoint": { | |
| "repo": "OpenMuQ/MuQ-MuLan-large", | |
| "revision": "2e01c796b71dca71b45251384c04cd7b237c9020", | |
| "license": "CC BY-NC 4.0" | |
| }, | |
| "audio_encoder": { | |
| "repo": "OpenMuQ/MuQ-large-msd-iter", | |
| "revision": "0562a57814f6f8bbd9fdea0a25921a2fce1a841a", | |
| "license": "CC BY-NC 4.0" | |
| }, | |
| "text_encoder": { | |
| "repo": "FacebookAI/xlm-roberta-base", | |
| "revision": "e73636d4f797dec63c3081bb6ed5c7b0bb3f2089", | |
| "license": "MIT" | |
| }, | |
| "input": { | |
| "sample_rate": 24000, | |
| "channels": 1, | |
| "minimum_duration_seconds": 10, | |
| "maximum_duration_seconds": 60, | |
| "window_seconds": 10, | |
| "maximum_descriptions": 8, | |
| "text_languages": [ | |
| "English" | |
| ] | |
| }, | |
| "output": { | |
| "type": "cosine_similarity_ranking", | |
| "range": [ | |
| -1.0, | |
| 1.0 | |
| ] | |
| } | |
| } | |