Add discoverability tags and paper reference
#1
by nielsr HF Staff - opened
README.md
CHANGED
|
@@ -1,12 +1,17 @@
|
|
| 1 |
---
|
| 2 |
-
|
|
|
|
| 3 |
language:
|
| 4 |
- th
|
| 5 |
- en
|
| 6 |
-
|
| 7 |
-
- SWivid/F5-TTS
|
| 8 |
pipeline_tag: text-to-speech
|
|
|
|
|
|
|
|
|
|
|
|
|
| 9 |
---
|
|
|
|
| 10 |
# JaiTTS-F5TTS: Thai Voice Cloning Model Research Prototype
|
| 11 |
|
| 12 |
[](https://arxiv.org/pdf/2604.27607)
|
|
@@ -16,7 +21,7 @@ pipeline_tag: text-to-speech
|
|
| 16 |
|
| 17 |
<img src="JaiTTS-logo.jpg" width="313"/>
|
| 18 |
|
| 19 |
-
**JaiTTS-F5TTS** is a non-autoregressive JaiTTS voice cloning model based on [F5-TTS](https://huggingface.co/SWivid/F5-TTS). It targets Thai zero-shot voice cloning.
|
| 20 |
|
| 21 |
> **Research prototype:** JaiTTS-F5TTS is one of our experimental variants within the JaiTTS project. It is released for research and benchmarking only.
|
| 22 |
|
|
@@ -148,4 +153,4 @@ If you find this work useful, please cite our paper:
|
|
| 148 |
|
| 149 |
## Acknowledgements
|
| 150 |
|
| 151 |
-
- Codebase adapted from [ThonburianTTS](https://github.com/biodatlab/thonburian-tts).
|
|
|
|
| 1 |
---
|
| 2 |
+
base_model:
|
| 3 |
+
- SWivid/F5-TTS
|
| 4 |
language:
|
| 5 |
- th
|
| 6 |
- en
|
| 7 |
+
license: apache-2.0
|
|
|
|
| 8 |
pipeline_tag: text-to-speech
|
| 9 |
+
tags:
|
| 10 |
+
- thai
|
| 11 |
+
- voice-cloning
|
| 12 |
+
- f5-tts
|
| 13 |
---
|
| 14 |
+
|
| 15 |
# JaiTTS-F5TTS: Thai Voice Cloning Model Research Prototype
|
| 16 |
|
| 17 |
[](https://arxiv.org/pdf/2604.27607)
|
|
|
|
| 21 |
|
| 22 |
<img src="JaiTTS-logo.jpg" width="313"/>
|
| 23 |
|
| 24 |
+
**JaiTTS-F5TTS** is a non-autoregressive JaiTTS voice cloning model based on [F5-TTS](https://huggingface.co/SWivid/F5-TTS). It targets Thai zero-shot voice cloning. This model was presented in the paper [JaiTTS: A Thai Voice Cloning Model](https://arxiv.org/abs/2604.27607).
|
| 25 |
|
| 26 |
> **Research prototype:** JaiTTS-F5TTS is one of our experimental variants within the JaiTTS project. It is released for research and benchmarking only.
|
| 27 |
|
|
|
|
| 153 |
|
| 154 |
## Acknowledgements
|
| 155 |
|
| 156 |
+
- Codebase adapted from [ThonburianTTS](https://github.com/biodatlab/thonburian-tts).
|