Instructions to use mlx-community/S3TokenizerV3 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- MLX
How to use mlx-community/S3TokenizerV3 with MLX:
# Download the model from the Hub pip install huggingface_hub[hf_xet] huggingface-cli download --local-dir S3TokenizerV3 mlx-community/S3TokenizerV3
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- LM Studio
| { | |
| "model_type": "s3_tokenizer_v3", | |
| "n_mels": 128, | |
| "n_audio_ctx": 1500, | |
| "n_audio_state": 1280, | |
| "n_audio_head": 20, | |
| "n_audio_layer": 12, | |
| "n_codebook_size": 6561 | |
| } |