Wataru commited on
Commit
967b37f
β€’
1 Parent(s): 7c4bf78

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -8
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
- |πŸ˜€ | expresso_16k_2code.pth|
30
- |πŸ˜€ w/o hyper-parameter tuning| expresso_16k_2code_official.pth|
31
- |πŸ˜€ w/o data exclusion| expresso_16k_2code_wo_data.pth|
32
- |πŸ˜€ w/o matching sampling rate| expresso_24k_2code_ab.pth|
 
 
 
 
 
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
- * [Kazuki Yamauchi]()
50
- * [Dong Yang]()
51
- * [Hiroaki Hyodo]()
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)