Update README.md
Browse files
README.md
CHANGED
@@ -21,16 +21,23 @@ pip install descript-audio-codec
|
|
21 |
|π w/o data exclusion| expresso_16k_2code_wo_data.pth|
|
22 |
|π w/o matching sampling rate| expresso_24k_2code_ab.pth|
|
23 |
|
24 |
-
## Acoustic +Vocoder (TTS) task
|
25 |
Please note that the weight for acoustic model is not provided.
|
26 |
|
|
|
27 |
| model name on paper | model name on this repo |
|
28 |
|---|---|
|
29 |
-
|
30 |
-
|
31 |
-
|
32 |
-
|
|
|
|
|
|
|
|
|
|
|
33 |
|
|
|
34 |
# Sample code
|
35 |
|
36 |
```python
|
@@ -46,7 +53,7 @@ model = dac.DAC.load(model_path)
|
|
46 |
|
47 |
# Contributors
|
48 |
* [Wataru Nakata](https://wataru-nakata.github.io/)
|
49 |
-
*
|
50 |
-
*
|
51 |
-
*
|
52 |
* [Yuki Saito](https://sython.org)
|
|
|
21 |
|π w/o data exclusion| expresso_16k_2code_wo_data.pth|
|
22 |
|π w/o matching sampling rate| expresso_24k_2code_ab.pth|
|
23 |
|
24 |
+
## Acoustic +Vocoder (TTS) task
|
25 |
Please note that the weight for acoustic model is not provided.
|
26 |
|
27 |
+
### Full training set
|
28 |
| model name on paper | model name on this repo |
|
29 |
|---|---|
|
30 |
+
|Discrete-TTS v1, v1.1 | lj_16k_1code.pth|
|
31 |
+
|Discrete-TTS v2, v2.2| lj_16k_1code_512.pth|
|
32 |
+
|Discrete-TTS v3| lj_16k_1code_256.pth|
|
33 |
+
### 1h training set
|
34 |
+
| model name on paper | model name on this repo |
|
35 |
+
|---|---|
|
36 |
+
|Discrete-TTS v1, v1.1 | lj_1h_16k_1code.pth|
|
37 |
+
|Discrete-TTS v2, v2.2| lj_1h_16k_1code_512.pth|
|
38 |
+
|Discrete-TTS v3| lj_1h_16k_1code_256.pth|
|
39 |
|
40 |
+
# Sample code
|
41 |
# Sample code
|
42 |
|
43 |
```python
|
|
|
53 |
|
54 |
# Contributors
|
55 |
* [Wataru Nakata](https://wataru-nakata.github.io/)
|
56 |
+
* Kazuki Yamauchi
|
57 |
+
* Dong Yang
|
58 |
+
* Hiroaki Hyodo
|
59 |
* [Yuki Saito](https://sython.org)
|