Supertonic-TTS-ONNX / config.json
square-zero-labs's picture
Duplicate from onnx-community/Supertonic-TTS-ONNX
cb23798
raw
history blame contribute delete
247 Bytes
{
"base_chunk_size": 512,
"chunk_compress_factor": 6,
"latent_dim": 24,
"model_type": "supertonic",
"sampling_rate": 44100,
"style_dim": 128,
"transformers.js_config": {
"dtype": "fp32",
"use_external_data_format": true
}
}