Roh commited on
Commit
0802c63
2 Parent(s): f512b3d cb12fa4

Merge branch 'main' of https://huggingface.co/espnet/english_ryanspeech_fastspeech

Browse files
Files changed (2) hide show
  1. README.md +16 -0
  2. meta.yaml +9 -0
README.md ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - espnet
4
+ - audio
5
+ - text-to-speech
6
+ language: en
7
+ datasets:
8
+ - ryanspeech
9
+ license: cc-by-nc-4.0
10
+ widget:
11
+ - text: "Ryan is a socially assistive robot."
12
+ ---
13
+ ## ESPnet2 TTS model (RyanSpeech TTS)
14
+
15
+ ### `espnet/english_ryanspeech_fastspeech`
16
+ This model was trained by Rohola Zandie using ryanspeech recipe in [espnet](https://github.com/espnet/espnet/).
meta.yaml ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ espnet: 0.10.6
2
+ files:
3
+ model_file: exp/tts_train_fastspeech_raw_phn_tacotron_g2p_en_no_space/1000epoch.pth
4
+ python: "Python 3.8.13 (default, Apr 19 2022, 00:53:22) \n[GCC 7.5.0] on linux"
5
+ timestamp: 1630751435.588649
6
+ torch: 1.11.0+cu102
7
+ yaml_files:
8
+ train_config: exp/tts_train_fastspeech_raw_phn_tacotron_g2p_en_no_space/config.yaml
9
+