Instructions to use mlx-community/audiogen-medium-mlx with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- MLX
How to use mlx-community/audiogen-medium-mlx with MLX:
# Download the model from the Hub pip install huggingface_hub[hf_xet] huggingface-cli download --local-dir audiogen-medium-mlx mlx-community/audiogen-medium-mlx
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- LM Studio
| { | |
| "architectures": [ | |
| "T5EncoderModel" | |
| ], | |
| "model_type": "t5", | |
| "d_model": 1024, | |
| "d_kv": 64, | |
| "d_ff": 4096, | |
| "num_heads": 16, | |
| "num_layers": 24, | |
| "vocab_size": 32128, | |
| "relative_attention_num_buckets": 32, | |
| "relative_attention_max_distance": 128, | |
| "dropout_rate": 0.0, | |
| "layer_norm_epsilon": 1e-06, | |
| "feed_forward_proj": "relu", | |
| "tie_word_embeddings": true, | |
| "decoder_start_token_id": 0 | |
| } |