rziga commited on
Commit
7683269
·
verified ·
1 Parent(s): 92245b2

Upload folder using huggingface_hub

Browse files
Files changed (2) hide show
  1. config.json +51 -0
  2. model.safetensors +3 -0
config.json ADDED
@@ -0,0 +1,51 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "encoder": {
3
+ "semantic_encoder": {
4
+ "pretrained_name": "facebook/w2v-bert-2.0"
5
+ },
6
+ "acoustic_encoder": {
7
+ "dims": [
8
+ 48,
9
+ 96,
10
+ 192,
11
+ 384,
12
+ 768,
13
+ 1536
14
+ ],
15
+ "ratios": [
16
+ 2,
17
+ 2,
18
+ 4,
19
+ 4,
20
+ 5
21
+ ],
22
+ "dilations": [
23
+ 1,
24
+ 3,
25
+ 9
26
+ ],
27
+ "output_dim": 1024
28
+ },
29
+ "out_dim": 2048
30
+ },
31
+ "quantizer": {
32
+ "dim": 2048,
33
+ "levels": [
34
+ 4,
35
+ 4,
36
+ 4,
37
+ 4,
38
+ 4,
39
+ 4,
40
+ 4,
41
+ 4
42
+ ]
43
+ },
44
+ "decoder": {
45
+ "in_dim": 2048,
46
+ "hop_len": 320,
47
+ "emb_dim": 1024,
48
+ "num_heads": 16,
49
+ "depth": 12
50
+ }
51
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c15b351b0c6338ea569460cf288d21dff78a355a19d9a30a98632193514240ee
3
+ size 3291118464