siddharthksah commited on
Commit
cc912e6
·
verified ·
1 Parent(s): a87911b

Upload folder using huggingface_hub

Browse files
services/audio/shiftyspeech/speech_synthesis/tts/Grad-TTS/checkpts/grad-tts-libri-tts.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:148ec9e2735592332e8d2308e5f91d50d1aa9bf72873c780bea72c10e883ef2b
3
+ size 59672849
services/audio/shiftyspeech/speech_synthesis/tts/Grad-TTS/checkpts/grad-tts.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e83b05852ddf36c6249afcb2a02a62c6aecb67fd09b5bb2dde4ba9228d823b29
3
+ size 59464782
services/audio/shiftyspeech/speech_synthesis/tts/Grad-TTS/checkpts/hifigan-config.json ADDED
@@ -0,0 +1,38 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "resblock": "1",
3
+ "num_gpus": 0,
4
+ "batch_size": 16,
5
+ "learning_rate": 0.0004,
6
+ "adam_b1": 0.8,
7
+ "adam_b2": 0.99,
8
+ "lr_decay": 0.999,
9
+ "seed": 1234,
10
+
11
+ "upsample_rates": [8,8,2,2],
12
+ "upsample_kernel_sizes": [16,16,4,4],
13
+ "upsample_initial_channel": 512,
14
+ "resblock_kernel_sizes": [3,7,11],
15
+ "resblock_dilation_sizes": [[1,3,5], [1,3,5], [1,3,5]],
16
+ "resblock_initial_channel": 256,
17
+
18
+ "segment_size": 8192,
19
+ "num_mels": 80,
20
+ "num_freq": 1025,
21
+ "n_fft": 1024,
22
+ "hop_size": 256,
23
+ "win_size": 1024,
24
+
25
+ "sampling_rate": 22050,
26
+
27
+ "fmin": 0,
28
+ "fmax": 8000,
29
+ "fmax_loss": null,
30
+
31
+ "num_workers": 4,
32
+
33
+ "dist_config": {
34
+ "dist_backend": "nccl",
35
+ "dist_url": "tcp://localhost:54321",
36
+ "world_size": 1
37
+ }
38
+ }
services/audio/shiftyspeech/speech_synthesis/tts/Grad-TTS/checkpts/hifigan.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:64aa99598e561596c69cb86f738890a8400fac97d367159ba6ee1bbb9e348cde
3
+ size 55788858