Annuvin
commited on
Upload 2 files
Browse files- config.json +27 -0
- model.safetensors +3 -0
config.json
ADDED
@@ -0,0 +1,27 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"attn_window_size": null,
|
3 |
+
"codebook_dim": 8,
|
4 |
+
"codebook_size": 4096,
|
5 |
+
"decoder_dim": 1024,
|
6 |
+
"decoder_rates": [
|
7 |
+
8,
|
8 |
+
8,
|
9 |
+
4,
|
10 |
+
2
|
11 |
+
],
|
12 |
+
"depthwise": true,
|
13 |
+
"encoder_dim": 48,
|
14 |
+
"encoder_rates": [
|
15 |
+
2,
|
16 |
+
4,
|
17 |
+
8,
|
18 |
+
8
|
19 |
+
],
|
20 |
+
"noise": true,
|
21 |
+
"sampling_rate": 24000,
|
22 |
+
"vq_strides": [
|
23 |
+
4,
|
24 |
+
2,
|
25 |
+
1
|
26 |
+
]
|
27 |
+
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:973ee1be4032319fd9685ec54eee1b93e79c7bc98c786e67f17c04669714f11d
|
3 |
+
size 79404056
|