hubertsiuzdak
commited on
Commit
•
2491d40
1
Parent(s):
29ba395
upload model weights and config
Browse files- config.json +13 -0
- pytorch_model.bin +3 -0
config.json
ADDED
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"sampling_rate": 32000,
|
3 |
+
"encoder_dim": 64,
|
4 |
+
"encoder_rates": [2, 3, 8, 8],
|
5 |
+
"decoder_dim": 1536,
|
6 |
+
"decoder_rates": [8, 8, 3, 2],
|
7 |
+
"attn_window_size": 32,
|
8 |
+
"codebook_size": 4096,
|
9 |
+
"codebook_dim": 8,
|
10 |
+
"vq_strides": [8, 4, 2, 1],
|
11 |
+
"noise": true,
|
12 |
+
"depthwise": true
|
13 |
+
}
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bfee2f057c1e287443786bedab377b5176b430e911417683977b7af71ea3ba65
|
3 |
+
size 218308802
|