Update README.md
Browse files
README.md
CHANGED
@@ -21,6 +21,9 @@ pipeline_tag: text-to-speech
|
|
21 |
|
22 |
[](https://arxiv.org/abs/2502.04128)
|
23 |
|
|
|
|
|
|
|
24 |
**Main Idea:**
|
25 |
This model enhances previous Llasa TTS by incorporating multilingual data. The approach leverages the LLAMA-initialized text BPE tokenizer,
|
26 |
which can handle multilingual text without the need to design language-specific G2P (grapheme-to-phoneme) systems.
|
|
|
21 |
|
22 |
[](https://arxiv.org/abs/2502.04128)
|
23 |
|
24 |
+
**Update (2025-02-13):** Add [Llasa finetune instruction](https://github.com/zhenye234/LLaSA_training/tree/main/finetune).
|
25 |
+
|
26 |
+
|
27 |
**Main Idea:**
|
28 |
This model enhances previous Llasa TTS by incorporating multilingual data. The approach leverages the LLAMA-initialized text BPE tokenizer,
|
29 |
which can handle multilingual text without the need to design language-specific G2P (grapheme-to-phoneme) systems.
|