SE-Bridge-TTS / release_config.json
isabeth's picture
Update project links to InsiderX-Pro GitHub repo
f51514b verified
Raw
History Blame Contribute Delete
1.13 kB
{
"model_name": "SE-Bridge-TTS",
"repository_type": "model",
"pipeline_tag": "text-to-speech",
"library_name": "pytorch",
"project_page": "https://insiderx-pro.github.io/SE-Bridge-TTS/",
"github": "https://github.com/InsiderX-Pro/SE-Bridge-TTS",
"paper": "https://arxiv.org/abs/2605.27383",
"huggingface": "https://huggingface.co/isabeth/SE-Bridge-TTS",
"languages": [
{
"code": "th",
"name": "Thai",
"artifact": "thai_tts.pt",
"task": "text-to-speech"
},
{
"code": "lo",
"name": "Lao",
"artifact": "lao_tts.pt",
"task": "text-to-speech"
}
],
"files": [
{
"filename": "thai_tts.pt",
"description": "Public Thai TTS checkpoint.",
"format": "PyTorch checkpoint",
"size_bytes": 2023312206
},
{
"filename": "lao_tts.pt",
"description": "Public Lao TTS checkpoint.",
"format": "PyTorch checkpoint",
"size_bytes": 2023311908
}
],
"sanitization": {
"raw_training_paths_removed": true,
"private_server_paths_removed": true,
"internal_checkpoint_process_removed": true
}
}