yizhilll commited on
Commit
fc5e3d4
1 Parent(s): 0c0edaa

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -9,7 +9,9 @@ inference: false
9
  Its architecture is similar to the [HuBERT model](https://huggingface.co/docs/transformers/model_doc/hubert), but it has been specifically designed for music through the use of specialized pre-training strategies.
10
  It is SOTA-comparable on multiple MIR tasks even under probing settings, while keeping fine-tunable on a single 2080Ti.
11
  It outperforms Jukebox representation on GTZAN (genre classification) and GiantSteps (key classification) datasets.
12
- Larger models trained with more data are on the way~
 
 
13
 
14
  ![Performance Comparison](mert.png)
15
 
 
9
  Its architecture is similar to the [HuBERT model](https://huggingface.co/docs/transformers/model_doc/hubert), but it has been specifically designed for music through the use of specialized pre-training strategies.
10
  It is SOTA-comparable on multiple MIR tasks even under probing settings, while keeping fine-tunable on a single 2080Ti.
11
  It outperforms Jukebox representation on GTZAN (genre classification) and GiantSteps (key classification) datasets.
12
+ Larger models trained with more data are on the way.
13
+
14
+ Noted: we also release a pre-trained MIR model [music2vec](https://huggingface.co/m-a-p/music2vec-v1/blob/main/README.md) before, which shares similar model structure but has weaker performance.
15
 
16
  ![Performance Comparison](mert.png)
17