Instructions to use timofeiiz/soundstream-impl with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use timofeiiz/soundstream-impl with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("timofeiiz/soundstream-impl", trust_remote_code=True, dtype="auto") - Notebooks
- Google Colab
- Kaggle
| { | |
| "model_type": "soundstream", | |
| "channels": 32, | |
| "latent_dim": 512, | |
| "codebook_size": 1024, | |
| "num_quantizers": 8, | |
| "auto_map": { | |
| "AutoConfig": "config_model.SoundStreamConfig", | |
| "AutoModel": "model.SoundStreamCodec" | |
| } | |
| } | |