nullHawk commited on
Commit
a02e8aa
·
verified ·
1 Parent(s): 61e130f

Add SNAC 24kHz hindi-hp weights + config (no code/readme)

Browse files
checkpoints/decoder_hp.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6ac4cbb3f4cc1092e4abb72873ef6ab043700b7444b28ee0b9ac94bdbacbb203
3
+ size 52105490
checkpoints/decoder_realanchored.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4335c70e53f4ba66c31b85f1390f40898f90695d4a0c8fe1c6348285ef939494
3
+ size 52105490
checkpoints/decoder_synthheavy.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c095d88b8e849d8807d360de86eb680afc9bcb562d010168a6ccae1760f5733c
3
+ size 52105490
config.json ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "sampling_rate": 24000,
3
+ "encoder_dim": 48,
4
+ "encoder_rates": [
5
+ 2,
6
+ 4,
7
+ 8,
8
+ 8
9
+ ],
10
+ "decoder_dim": 1024,
11
+ "decoder_rates": [
12
+ 8,
13
+ 8,
14
+ 4,
15
+ 2
16
+ ],
17
+ "attn_window_size": null,
18
+ "codebook_size": 4096,
19
+ "codebook_dim": 8,
20
+ "vq_strides": [
21
+ 4,
22
+ 2,
23
+ 1
24
+ ],
25
+ "noise": true,
26
+ "depthwise": true
27
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d017cbb9e0e08e6acb48ddcfa526066fcc31da89c138687d96f7b7b302a74152
3
+ size 79488254