a43992899 commited on
Commit
7500e4f
1 Parent(s): b3b4638

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -1
README.md CHANGED
@@ -3,7 +3,16 @@ license: mit
3
  inference: false
4
  ---
5
 
6
- A simple use case:
 
 
 
 
 
 
 
 
 
7
 
8
  ```shell
9
  from transformers import Wav2Vec2Processor, HubertModel
 
3
  inference: false
4
  ---
5
 
6
+ # Introduction
7
+
8
+ **MERT-v0** is a completely unsupervised model trained on 1000 hour music audios.
9
+ It is SOTA-comparable on multiple MIR tasks even under probing settings, while keeping fine-tunable on a single 2080Ti.
10
+ It outperforms Jukebox representation on GTZAN (genre classification) and GiantSteps (key classification) datasets.
11
+ Larger models trained with more data are on the way~
12
+
13
+
14
+
15
+ # Model Usage
16
 
17
  ```shell
18
  from transformers import Wav2Vec2Processor, HubertModel