winniech commited on
Commit
ff6bd8f
1 Parent(s): b2f1228

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +0 -19
README.md CHANGED
@@ -11,29 +11,11 @@ license: cc-by-4.0
11
 
12
  ## ESPnet2 TTS model
13
 
14
- ### `winniech/espnet2_pretrained_aishell3_vits_tts_train_raw_phn_pypinyin_g2p_phone`
15
-
16
  This model was trained by winniech using aishell3 recipe in [espnet](https://github.com/espnet/espnet/).
17
 
18
- ### Demo: How to use in ESPnet2
19
-
20
- Follow the [ESPnet installation instructions](https://espnet.github.io/espnet/installation.html)
21
- if you haven't done that already.
22
-
23
- ```bash
24
- cd espnet
25
- git checkout b80a57dd08db255750fa5518eaa86925c5fb6b87
26
- pip install -e .
27
- cd egs2/aishell3/tts1
28
- ./run.sh --skip_data_prep false --skip_train true --download_model winniech/espnet2_pretrained_aishell3_vits_tts_train_raw_phn_pypinyin_g2p_phone
29
- ```
30
-
31
-
32
 
33
  ## TTS config
34
 
35
- <details><summary>expand</summary>
36
-
37
  ```
38
  config: conf/train.yaml
39
  print_config: false
@@ -537,7 +519,6 @@ version: '202301'
537
  distributed: false
538
  ```
539
 
540
- </details>
541
 
542
 
543
 
 
11
 
12
  ## ESPnet2 TTS model
13
 
 
 
14
  This model was trained by winniech using aishell3 recipe in [espnet](https://github.com/espnet/espnet/).
15
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
16
 
17
  ## TTS config
18
 
 
 
19
  ```
20
  config: conf/train.yaml
21
  print_config: false
 
519
  distributed: false
520
  ```
521
 
 
522
 
523
 
524