Upload release_config.json
Browse files- release_config.json +43 -0
release_config.json
ADDED
|
@@ -0,0 +1,43 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"model_name": "SE-Bridge-TTS",
|
| 3 |
+
"repository_type": "model",
|
| 4 |
+
"pipeline_tag": "text-to-speech",
|
| 5 |
+
"library_name": "pytorch",
|
| 6 |
+
"project_page": "https://piedpiperg.github.io/SE-Bridge-TTS/",
|
| 7 |
+
"github": "https://github.com/piedpiperG/SE-Bridge-TTS",
|
| 8 |
+
"paper": "https://piedpiperg.github.io/SE-Bridge-TTS/paper/MultiLanTTS_camera_v0.1.pdf",
|
| 9 |
+
"huggingface": "https://huggingface.co/isabeth/SE-Bridge-TTS",
|
| 10 |
+
"languages": [
|
| 11 |
+
{
|
| 12 |
+
"code": "th",
|
| 13 |
+
"name": "Thai",
|
| 14 |
+
"artifact": "thai_tts.pt",
|
| 15 |
+
"task": "text-to-speech"
|
| 16 |
+
},
|
| 17 |
+
{
|
| 18 |
+
"code": "lo",
|
| 19 |
+
"name": "Lao",
|
| 20 |
+
"artifact": "lao_tts.pt",
|
| 21 |
+
"task": "text-to-speech"
|
| 22 |
+
}
|
| 23 |
+
],
|
| 24 |
+
"files": [
|
| 25 |
+
{
|
| 26 |
+
"filename": "thai_tts.pt",
|
| 27 |
+
"description": "Public Thai TTS checkpoint.",
|
| 28 |
+
"format": "PyTorch checkpoint",
|
| 29 |
+
"size_bytes": 2023312206
|
| 30 |
+
},
|
| 31 |
+
{
|
| 32 |
+
"filename": "lao_tts.pt",
|
| 33 |
+
"description": "Public Lao TTS checkpoint.",
|
| 34 |
+
"format": "PyTorch checkpoint",
|
| 35 |
+
"size_bytes": 2023311908
|
| 36 |
+
}
|
| 37 |
+
],
|
| 38 |
+
"sanitization": {
|
| 39 |
+
"raw_training_paths_removed": true,
|
| 40 |
+
"private_server_paths_removed": true,
|
| 41 |
+
"internal_checkpoint_process_removed": true
|
| 42 |
+
}
|
| 43 |
+
}
|