Spaces:
janwari
/
Runtime error

vagmi commited on
Commit
abce0d3
·
1 Parent(s): ca6fba0

add necessary tags for spaces build

Browse files
Files changed (1) hide show
  1. README.md +20 -4
README.md CHANGED
@@ -1,6 +1,22 @@
1
- This is a fork of the huggingface spaces for music description.
2
- Licenced under CC-BY-NC.
 
 
 
 
 
 
 
 
 
3
 
4
- I pulled it in here to work with this on a google colab.
 
 
 
 
 
 
 
 
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