yizhilll / MERT

Official implementation of the paper "Acoustic Music Understanding Model with Large-Scale Self-supervised Training".
Apache License 2.0
301 stars 18 forks source link

finetuned model for downstream tasks? #7

Closed jidanhuang closed 1 year ago

jidanhuang commented 1 year ago

hello, is it possible to open the checkpoint of model for downstream tasks?

yizhilll commented 1 year ago

@jidanhuang Thanks for being interested in our project.

We do not have a version of MERT "fine-tuned" on downstream tasks.

However, we do have a demo based on 95M model for multiple downstream tasks. The MLP layers and codes for loading the checkpoints are available in the corresponding repo.

We'll release more downstream checkpoints.