atulyaatul commited on
Commit
1aee65c
·
verified ·
1 Parent(s): 6de8343

Add model config

Browse files
Files changed (1) hide show
  1. config.json +22 -0
config.json ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model_type": "hush",
3
+ "architectures": ["DfNetSE"],
4
+ "sample_rate": 16000,
5
+ "fft_size": 320,
6
+ "hop_size": 160,
7
+ "nb_erb": 32,
8
+ "nb_df": 64,
9
+ "df_order": 5,
10
+ "df_lookahead": 0,
11
+ "emb_hidden_dim": 256,
12
+ "df_hidden_dim": 256,
13
+ "conv_ch": 16,
14
+ "conv_depthwise": true,
15
+ "df_num_layers": 3,
16
+ "emb_num_layers": 2,
17
+ "norm_tau": 1.0,
18
+ "num_params_approx": "1.8M",
19
+ "model_size_mb": 8,
20
+ "license": "apache-2.0",
21
+ "github_repo": "https://github.com/pulp-vision/Hush"
22
+ }