Commit
·
7880317
1
Parent(s):
75943fa
init commit
Browse files- config.json +72 -0
- model.safetensors +3 -0
config.json
ADDED
|
@@ -0,0 +1,72 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"max_audio_seconds": 1800,
|
| 3 |
+
"stride_size": 2,
|
| 4 |
+
"avg_pooler": 2,
|
| 5 |
+
"d_model": 1280,
|
| 6 |
+
"scale_embedding": false,
|
| 7 |
+
"kernel_size": 3,
|
| 8 |
+
"activation_function": "gelu",
|
| 9 |
+
"encoder_layers": 32,
|
| 10 |
+
"encoder_skip_layer_id": 3,
|
| 11 |
+
"encoder_attention_heads": 20,
|
| 12 |
+
"encoder_ffn_dim": 5120,
|
| 13 |
+
"encoder_causal": false,
|
| 14 |
+
"encoder_attn_window_size": [
|
| 15 |
+
-1,
|
| 16 |
+
-1
|
| 17 |
+
],
|
| 18 |
+
"decoder_layers": 32,
|
| 19 |
+
"decoder_attention_heads": 20,
|
| 20 |
+
"decoder_ffn_dim": 5120,
|
| 21 |
+
"decoder_kernel_size": 3,
|
| 22 |
+
"decoder_stride_size": 2,
|
| 23 |
+
"decoder_causal": true,
|
| 24 |
+
"decoder_attn_window_size": [
|
| 25 |
+
-1,
|
| 26 |
+
-1
|
| 27 |
+
],
|
| 28 |
+
"nfft": 960,
|
| 29 |
+
"vocoder_dim": 256,
|
| 30 |
+
"vocoder_intermediate_dim": 1024,
|
| 31 |
+
"vocoder_num_layers": 16,
|
| 32 |
+
"n_mels": 128,
|
| 33 |
+
"sampling_rate": 24000,
|
| 34 |
+
"hop_length": 240,
|
| 35 |
+
"window_size": 960,
|
| 36 |
+
"vocoder_padding": "same",
|
| 37 |
+
"fmin": 0,
|
| 38 |
+
"fmax": null,
|
| 39 |
+
"num_quantizers": 20,
|
| 40 |
+
"codebook_size": [
|
| 41 |
+
1024,
|
| 42 |
+
1024,
|
| 43 |
+
128,
|
| 44 |
+
128,
|
| 45 |
+
128,
|
| 46 |
+
128,
|
| 47 |
+
128,
|
| 48 |
+
128,
|
| 49 |
+
128,
|
| 50 |
+
128,
|
| 51 |
+
128,
|
| 52 |
+
128,
|
| 53 |
+
128,
|
| 54 |
+
128,
|
| 55 |
+
128,
|
| 56 |
+
128,
|
| 57 |
+
128,
|
| 58 |
+
128,
|
| 59 |
+
128,
|
| 60 |
+
128
|
| 61 |
+
],
|
| 62 |
+
"threshold_ema_dead_code": 2,
|
| 63 |
+
"position_embedding_type": "rope",
|
| 64 |
+
"rope_theta": 10000,
|
| 65 |
+
"rope_type": "default",
|
| 66 |
+
"ln_type": "LayerNorm",
|
| 67 |
+
"vocoder_attention_heads": 16,
|
| 68 |
+
"vocoder_attn_window_size": [
|
| 69 |
+
40,
|
| 70 |
+
10
|
| 71 |
+
]
|
| 72 |
+
}
|
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2614f14d9d692bed0b695cc7283f8dd65c9beaf10376853c9b9888844745e847
|
| 3 |
+
size 3906690080
|