gguf/heart/config.json
| 1 | { |
| 2 | "architecture": "sanotts", |
| 3 | "voice": "heart", |
| 4 | "lineage": "en_us_r227f32", |
| 5 | "parameters": 2272145, |
| 6 | "sample_rate": 24000, |
| 7 | "hop_length": 256, |
| 8 | "n_fft": 1024, |
| 9 | "mels": 100, |
| 10 | "vocab_size": 62, |
| 11 | "dim": 192, |
| 12 | "blocks": 5, |
| 13 | "pw_hidden": 576, |
| 14 | "noise_channels": 4, |
| 15 | "dw_kernel": 7, |
| 16 | "embed_kernel": 7, |
| 17 | "duration": { |
| 18 | "hidden": 64, |
| 19 | "depth": 3, |
| 20 | "kernel": 5, |
| 21 | "max_tokens": 207, |
| 22 | "max_duration": 80 |
| 23 | }, |
| 24 | "acoustic": { |
| 25 | "hidden": 96, |
| 26 | "token_depth": 3, |
| 27 | "depth": 4, |
| 28 | "kernel": 5 |
| 29 | } |
| 30 | } |
| 31 | |