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
| { | |
| "architectures": [ | |
| "EcapaTdnnSpeakerEncoder" | |
| ], | |
| "auto_map": { | |
| "AutoConfig": "configuration_ecapa_tdnn.EcapaTdnnSpeakerEncoderConfig", | |
| "AutoModel": "modeling_ecapa_tdnn.EcapaTdnnSpeakerEncoder", | |
| "AutoModelForFeatureExtraction": "modeling_ecapa_tdnn.EcapaTdnnSpeakerEncoder", | |
| "AutoFeatureExtractor": "feature_extraction_ecapa_tdnn.EcapaTdnnFeatureExtractor", | |
| "AutoTokenizer": "tokenizer_ecapa_tdnn.EcapaTdnnDummyTokenizer" | |
| }, | |
| "model_type": "ecapa_tdnn_speaker_encoder", | |
| "mel_dim": 128, | |
| "enc_dim": 2048, | |
| "enc_channels": [ | |
| 512, | |
| 512, | |
| 512, | |
| 512, | |
| 1536 | |
| ], | |
| "enc_kernel_sizes": [ | |
| 5, | |
| 3, | |
| 3, | |
| 3, | |
| 1 | |
| ], | |
| "enc_dilations": [ | |
| 1, | |
| 2, | |
| 3, | |
| 4, | |
| 1 | |
| ], | |
| "enc_attention_channels": 128, | |
| "enc_res2net_scale": 8, | |
| "enc_se_channels": 128, | |
| "sample_rate": 24000, | |
| "pipeline_tag": "feature-extraction", | |
| "torch_dtype": "float32", | |
| "feature_extractor_type": "EcapaTdnnFeatureExtractor" | |
| } |