hubertsiuzdak
commited on
Commit
•
f44fd85
1
Parent(s):
e91962f
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": 24000,
|
3 |
+
"encoder_dim": 48,
|
4 |
+
"encoder_rates": [2, 4, 8, 8],
|
5 |
+
"decoder_dim": 1024,
|
6 |
+
"decoder_rates": [8, 8, 4, 2],
|
7 |
+
"attn_window_size": null,
|
8 |
+
"codebook_size": 4096,
|
9 |
+
"codebook_dim": 8,
|
10 |
+
"vq_strides": [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:4b8164cc6606bfa627f1a784734c1e539891518f1191ed9194fe1e3b9b4bff40
|
3 |
+
size 79488254
|