VIZINTZOR commited on
Commit
8f2bfa0
·
verified ·
1 Parent(s): 71b9855

Upload config.json

Browse files
Files changed (1) hide show
  1. config.json +34 -0
config.json ADDED
@@ -0,0 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model": {
3
+ "name": "F5TTS_v1_Base",
4
+ "tokenizer": "char",
5
+ "tokenizer_path": null,
6
+ "backbone": "DiT",
7
+ "arch": {
8
+ "dim": 1024,
9
+ "depth": 22,
10
+ "heads": 16,
11
+ "ff_mult": 2,
12
+ "text_dim": 512,
13
+ "text_mask_padding": true,
14
+ "qk_norm": null,
15
+ "conv_layers": 4,
16
+ "pe_attn_head": null,
17
+ "attn_backend": "torch",
18
+ "attn_mask_enabled": false,
19
+ "checkpoint_activations": false
20
+ },
21
+ "mel_spec": {
22
+ "target_sample_rate": 24000,
23
+ "n_mel_channels": 100,
24
+ "hop_length": 256,
25
+ "win_length": 1024,
26
+ "n_fft": 1024,
27
+ "mel_spec_type": "vocos"
28
+ },
29
+ "vocoder": {
30
+ "is_local": false,
31
+ "local_path": null
32
+ }
33
+ }
34
+ }