Model reference · open weights
mimi is an open-weight embedding model from kyutai, listed in the AxForge catalogue. AxForge can bring it up on EU-owned hardware for you on request — with the licence handled where one is required.
About
Model Card for Mimi Mimi codec is a state-of-the-art audio neural codec, developped by Kyutai, that combines semantic and acoustic information into audio tokens running at 12.5Hz and a bitrate of 1.1kbps. Model Details Model Description Mimi is a high-fidelity audio codec leveraging neural networks. It introduces a streaming encoder-decoder architecture with quantized latent space, trained in an end-to-end fashion. It was trained on speech data, which makes it particularly adapted to train speech language models or text-to-speech systems. - Developed by: Kyutai - Model type: Audio codec - Audio types: Speech - License: CC-BY Model Sources - Repository: repo - Paper: paper - Demo: demo Uses How to Get Started with the Model Usage with transformers Use the following code to get started with the Mimi model using a dummy example from the LibriSpeech dataset (~9MB). First, install the required Python packages: Then load an audio sample, and run a forward pass of the model: Usage with Moshi See the main README file. Direct Use Mimi can be used directly as an audio codec for real-time compression and decompression of speech signals. It provides high-quality audio compression and efficient decoding. Out-of-Scope Use The model is not intended to be used to impersonate other people or any malicious use of any kind. Bias, Risks, and Limitations The model has been trained with a few safeguards to try to limit potential toxic usages, however our toxicity analysis shows that it behaves in the middle of existing models with respect to textual generation. It has some bias towards certain domains and topics that are over-represented in the training data. Its capabilities are relatively limited so far and it is trained to produce only one voice to avoid impersonation. Yet, we need the perspective in time to establish the sociotechnical limitations. Training Details Training Data The training data is detailled in the paper. Training procedure and hyper-parameters The different stages of the training procedure are detailled in the paper along with the hyper-parameters. Citation Model Card Authors Alexandre Défossez, Laurent Mazaré, Manu Orsini, Amélie Royer, Patrick Pérez, Hervé Jé
Summarised from the published model card. Read the full card on the HuggingFace links below.
Specifications
| Maker | kyutai |
|---|---|
| Type | Embedding models |
| Parameters (lead) | 96M |
| Variants | 1 |
| Runs with | transformers |
| Released | 2024-09-10 |
| Popularity | 634k downloads / month |
| Likes | 323 |
| Licence | Open weights |
How it works
Variants
Open weights ship in several sizes and precisions. One page, all the variants — pick the one that fits your GPU. VRAM figures are estimates from model size.
| Variant | Params | Precision | VRAM | Fits 16 GB | Weights |
|---|---|---|---|---|---|
| mimi | 96M | BF16 | ~0.2 GB | ✓ | Weights ↗ |
Using it via the API
Once AxForge deploys mimi for you, it answers on the OpenAI-compatible API — the same base URL and keys as every other model. (mimi below is illustrative; you get the exact model name on deployment.)
$ curl -sS https://api.axforge.ai/v1/embeddings \
-H "Authorization: Bearer $AXFORGE_API_KEY" \
-H "Content-Type: application/json" \
-d '{"model":"mimi","input":"text to embed"}'
Details
Tags
Licence
Open weights under cc-by-4.0 — commercial use is permitted. Deploy it on AxForge EU hardware on request. Read the licence ↗
Explore