hubertsiuzdak
commited on
Commit
·
31ec661
1
Parent(s):
f026b5b
upload model weights and config
Browse files- config.json +11 -0
- pytorch_model.bin +3 -0
config.json
ADDED
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"encoder_dim": 64,
|
3 |
+
"encoder_rates": [3, 3, 7, 7],
|
4 |
+
"decoder_dim": 1536,
|
5 |
+
"decoder_rates": [7, 7, 3, 3],
|
6 |
+
"codebook_size": 4096,
|
7 |
+
"codebook_dim": 8,
|
8 |
+
"vq_strides": [8, 4, 2, 1],
|
9 |
+
"noise": true,
|
10 |
+
"depthwise": true
|
11 |
+
}
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d9422666c34b25719757238ba30de5833cdf4e4d298e629de615c4c52a83c39e
|
3 |
+
size 143805306
|