soundstream-impl / config.json
timofeiiz's picture
Upload folder using huggingface_hub
9a78ded verified
raw
history blame contribute delete
236 Bytes
{
"model_type": "soundstream",
"channels": 32,
"latent_dim": 512,
"codebook_size": 1024,
"num_quantizers": 8,
"auto_map": {
"AutoConfig": "config_model.SoundStreamConfig",
"AutoModel": "model.SoundStreamCodec"
}
}