Instructions to use m-a-p/MERT-v1-330M with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use m-a-p/MERT-v1-330M with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("audio-classification", model="m-a-p/MERT-v1-330M", trust_remote_code=True)# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("m-a-p/MERT-v1-330M", trust_remote_code=True, device_map="auto") - Notebooks
- Google Colab
- Kaggle
can you provide fairseq checkpoint?
#1
by lzl1456 - opened
this is great work,I want to use him for some tasks,can you provide fairseq checkpoint?
We will provide that in the following weeks :-)
We will provide that in the following weeks :-)
very good ! i will be looking forward to it