Text-to-Speech
GLM-TTS
Safetensors
Chinese
English
llm
tts
zero-shot
voice-cloning
reinforcement-learning
flow-matching
Instructions to use zai-org/GLM-TTS with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- GLM-TTS
How to use zai-org/GLM-TTS with GLM-TTS:
# No code snippets available yet for this library. # To use this model, check the repository files and the library's documentation. # Want to help? PRs adding snippets are welcome at: # https://github.com/huggingface/huggingface.js
- Notebooks
- Google Colab
- Kaggle
File size: 340 Bytes
0b4ddb7 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | {
"chunk_length": 30,
"feature_extractor_type": "WhisperFeatureExtractor",
"feature_size": 128,
"hop_length": 160,
"n_fft": 400,
"n_samples": 480000,
"nb_max_frames": 3000,
"padding_side": "right",
"padding_value": 0.0,
"processor_class": "WhisperProcessor",
"return_attention_mask": false,
"sampling_rate": 16000
}
|