drbaph commited on
Commit
15ef251
·
verified ·
1 Parent(s): a9e937f

Upload Raon-OpenTTS-1B/config.yaml with huggingface_hub

Browse files
Files changed (1) hide show
  1. Raon-OpenTTS-1B/config.yaml +30 -0
Raon-OpenTTS-1B/config.yaml ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ model:
2
+ name: 1B
3
+ tokenizer: custom
4
+ tokenizer_path: vocab.txt
5
+ backbone: DiT
6
+ arch:
7
+ dim: 1408
8
+ depth: 28
9
+ heads: 24
10
+ ff_mult: 4
11
+ text_dim: 512
12
+ text_mask_padding: True
13
+ qk_norm: null
14
+ conv_layers: 4
15
+ pe_attn_head: null
16
+ attn_mask_enabled: False
17
+ checkpoint_activations: False
18
+ logit_softcapping: null
19
+ post_norm: False
20
+ norm_type: rmsnorm
21
+ mel_spec:
22
+ target_sample_rate: 16000
23
+ n_mel_channels: 80
24
+ hop_length: 256
25
+ win_length: 1024
26
+ n_fft: 1024
27
+ mel_spec_type: sbhifigan16k
28
+ vocoder:
29
+ is_local: True
30
+ local_path: null