Instructions to use mlx-community/Zyphra-ZONOS2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- MLX
How to use mlx-community/Zyphra-ZONOS2 with MLX:
# Download the model from the Hub pip install huggingface_hub[hf_xet] huggingface-cli download --local-dir Zyphra-ZONOS2 mlx-community/Zyphra-ZONOS2
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- LM Studio
| { | |
| "feature_extractor_type": "EcapaTdnnFeatureExtractor", | |
| "auto_map": { | |
| "AutoFeatureExtractor": "feature_extraction_ecapa_tdnn.EcapaTdnnFeatureExtractor" | |
| }, | |
| "sample_rate": 24000, | |
| "n_fft": 1024, | |
| "hop_length": 256, | |
| "n_mels": 128, | |
| "fmin": 0, | |
| "fmax": 12000 | |
| } |