Upload 2 files
Browse files- config.json +22 -0
- model.safetensors +3 -0
config.json
ADDED
|
@@ -0,0 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"encoder_dim": 64,
|
| 3 |
+
"encoder_rates": [
|
| 4 |
+
2,
|
| 5 |
+
8,
|
| 6 |
+
10,
|
| 7 |
+
12
|
| 8 |
+
],
|
| 9 |
+
"latent_dim": 1024,
|
| 10 |
+
"decoder_dim": 1536,
|
| 11 |
+
"decoder_rates": [
|
| 12 |
+
12,
|
| 13 |
+
10,
|
| 14 |
+
8,
|
| 15 |
+
2
|
| 16 |
+
],
|
| 17 |
+
"n_codebooks": 16,
|
| 18 |
+
"codebook_size": 1024,
|
| 19 |
+
"codebook_dim": 128,
|
| 20 |
+
"quantizer_dropout": false,
|
| 21 |
+
"sample_rate": 48000
|
| 22 |
+
}
|
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1cc10a18bccf86df28c8a7d89c9f1e8f6939d47d2a3ed3ed5726082a54bbef8a
|
| 3 |
+
size 430685410
|