Spaces:
Runtime error
Runtime error
add necessary tags for spaces build
Browse files
README.md
CHANGED
@@ -1,6 +1,22 @@
|
|
1 |
-
|
2 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
|
4 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5 |
|
6 |
-
Check the original space at https://huggingface.co/spaces/m-a-p/Music-Descriptor
|
|
|
1 |
+
---
|
2 |
+
title: Music Descriptor
|
3 |
+
emoji: 🚀
|
4 |
+
colorFrom: blue
|
5 |
+
colorTo: indigo
|
6 |
+
sdk: gradio
|
7 |
+
sdk_version: 3.29.0
|
8 |
+
app_file: app.py
|
9 |
+
pinned: true
|
10 |
+
license: cc-by-nc-4.0
|
11 |
+
---
|
12 |
|
13 |
+
<!-- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference -->
|
14 |
+
|
15 |
+
# Music Decription
|
16 |
+
|
17 |
+
This is an example of using the [MERT-v1-95M](https://huggingface.co/m-a-p/MERT-v1-95M) model as backbone to conduct multiple music understanding tasks with the universal represenation.
|
18 |
+
|
19 |
+
The tasks include EMO, GS, MTGInstrument, MTGGenre, MTGTop50, MTGMood, NSynthI, NSynthP, VocalSetS, VocalSetT.
|
20 |
+
|
21 |
+
More models can be referred at the [map organization page](https://huggingface.co/m-a-p).
|
22 |
|
|