czyzi0 commited on
Commit
d96746e
1 Parent(s): fe21b76

Change repo setup. Add config.json files

Browse files
config.json DELETED
File without changes
mozilla_128/config.json ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "lstm_size": 384,
3
+ "proj_size": 128,
4
+ "trim_silence": false,
5
+ "trim_db": null,
6
+ "n_mels": 40,
7
+ "fft_size": 1025,
8
+ "win_length": 800,
9
+ "hop_length": 200,
10
+ "sampling_rate": 16000,
11
+ "mel_fmin": 0.0,
12
+ "mel_fmax": 8000.0,
13
+ "preemphasis": 0.98,
14
+ "spec_gain": 20,
15
+ "ref_level_db": 20,
16
+ "min_level_db": -100,
17
+ "max_norm": 4.0,
18
+ "n_frames": 160,
19
+ "overlap": 0.5
20
+ }
model_mozilla_128.pth.tar → mozilla_128/model.pth.tar RENAMED
File without changes
mozilla_256/config.json ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "lstm_size": 768,
3
+ "proj_size": 256,
4
+ "trim_silence": true,
5
+ "trim_db": 60,
6
+ "n_mels": 80,
7
+ "fft_size": 1024,
8
+ "win_length": 1024,
9
+ "hop_length": 256,
10
+ "sampling_rate": 16000,
11
+ "mel_fmin": 0.0,
12
+ "mel_fmax": 8000.0,
13
+ "preemphasis": 0.98,
14
+ "spec_gain": 20,
15
+ "ref_level_db": 20,
16
+ "min_level_db": -100,
17
+ "max_norm": 4.0,
18
+ "n_frames": 160,
19
+ "overlap": 0.5
20
+ }
model_mozilla_256.pth.tar → mozilla_256/model.pth.tar RENAMED
File without changes