Update README.md
Browse files
README.md
CHANGED
@@ -42,10 +42,7 @@ Our model, Llasa, is a text-to-speech (TTS) system that extends the text-based L
|
|
42 |
|
43 |
The method is seamlessly compatible with the Llama framework, making training TTS similar as training LLM (convert audios into single-codebook tokens and simply view it as a special language). It opens the possiblity of existing method for compression, acceleration and finetuning for LLM to be applied.
|
44 |
|
45 |
-
|
46 |
-
https://huggingface.co/HKUSTAudio/Llasa-3B/discussions/11
|
47 |
-
|
48 |
-
|
49 |
|
50 |
## How to use
|
51 |
Install [XCodec2](https://huggingface.co/HKUSTAudio/xcodec2).
|
@@ -249,6 +246,6 @@ sf.write("gen.wav", gen_wav[0, 0, :].cpu().numpy(), 16000)
|
|
249 |
|
250 |
## Disclaimer
|
251 |
|
252 |
-
This model is licensed under the CC BY-NC
|
253 |
|
254 |
This codebase is strictly prohibited from being used for any illegal purposes in any country or region. Please refer to your local laws about DMCA and other related laws.
|
|
|
42 |
|
43 |
The method is seamlessly compatible with the Llama framework, making training TTS similar as training LLM (convert audios into single-codebook tokens and simply view it as a special language). It opens the possiblity of existing method for compression, acceleration and finetuning for LLM to be applied.
|
44 |
|
45 |
+
|
|
|
|
|
|
|
46 |
|
47 |
## How to use
|
48 |
Install [XCodec2](https://huggingface.co/HKUSTAudio/xcodec2).
|
|
|
246 |
|
247 |
## Disclaimer
|
248 |
|
249 |
+
This model is licensed under the CC BY-NC 4.0 License, which prohibits free commercial use because of ethics and privacy concerns; detected violations will result in legal consequences.
|
250 |
|
251 |
This codebase is strictly prohibited from being used for any illegal purposes in any country or region. Please refer to your local laws about DMCA and other related laws.
|