JinchuanTian commited on
Commit
40606db
·
verified ·
1 Parent(s): 77b009a

Upload conf/decode_tts_espnet.yaml with huggingface_hub

Browse files
Files changed (1) hide show
  1. conf/decode_tts_espnet.yaml +19 -0
conf/decode_tts_espnet.yaml ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # General
2
+ # GH200 GPUs with 96G memory; 1.7B model. Revise according to your GPU memory
3
+ nproc: 10
4
+ dtype: bfloat16
5
+
6
+ # search algorithm parameters
7
+ search_algo: topk_sampling
8
+ # search_algo: teacher_force
9
+ sampling_temperature: 0.7
10
+ minlenratio: 0.05
11
+ # maxlenratio: 10
12
+ top_k: 30
13
+ seed: 0
14
+
15
+ # offline tokenizer
16
+ codec_conf:
17
+ codec_choice: ESPnet
18
+ codec_fs: 16000
19
+ hf_model_tag: ftshijt/espnet_codec_dac_large_v1.4_360epoch