Instructions to use kyutai/mimi with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use kyutai/mimi with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("feature-extraction", model="kyutai/mimi")# Load model directly from transformers import AutoFeatureExtractor, AutoModel extractor = AutoFeatureExtractor.from_pretrained("kyutai/mimi") model = AutoModel.from_pretrained("kyutai/mimi") - Inference
- Notebooks
- Google Colab
- Kaggle
Training code
#1
by ChristophSchuhmann - opened
Hi, get would be super nice to get the training code as well. :)
they answered on github that it will be in the next few months - they dont have a fixed timeline on it
This comment has been hidden (marked as Resolved)
This comment has been hidden (marked as Resolved)
@yukiarimo
While waiting, you might want to look at https://github.com/hertz-pj/SNAC-Vocos - It is really of high quality as well incl. training code.
Regards, PvR