jed351 commited on
Commit
277f0b2
1 Parent(s): 05cfed5

Upload folder using huggingface_hub

Browse files
D_0.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:273a1da965da0f3b51c7f630c3aa1bf0ef4739da4ab367a9f063a6e12058e8ce
3
+ size 187027770
D_88800.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f6304b0d05c4e5ec7cdd1662d08c0fc02002ce9d5b731bf71511acbfa87daaf2
3
+ size 561098249
D_89600.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6da34dd6d0e59348fb203a83ef9c10bc7b6d18154912a3ca3bcc0048e4d47032
3
+ size 561098249
D_90400.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b022cd9339ba78de5d31470ee550d93cefb89276ba268491c500b58738a26069
3
+ size 561098249
D_91200.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:044023ef6fdd22a63d22ad591d5fa3476de3850cb95cf84d1992941fcbaa2e5a
3
+ size 561098249
D_92000.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:887eafe1aa773a040c7e35ac72121ebb76797a17a447e30bf6bfcb66280ebe62
3
+ size 561098249
G_0.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:da86273856084312fcae6c6adc50f7149baab67693ea9f896117ad20c076dd2e
3
+ size 209268661
G_88800.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6bd95644ec035d7daa272230215c0de892546cd0c9fd5d08e34f188568344397
3
+ size 627930581
G_89600.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:91695548dc6ddb39b5e479498bad6feaca11546da00de8cb2b8c2880059d3f00
3
+ size 627930581
G_90400.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:87c2e7761cbdd94e74fdfda356126e55182856e718c6afe75ea33af5e906f463
3
+ size 627930581
G_91200.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cc2f41f9a60dd790f944dc5facf3d971cfc707c7a1eb2903b91ec329e1f25671
3
+ size 627930581
G_92000.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:06f61f18d54e836540c81ac6fc769f404bd3fa443220b6d52b8966ff514c2cc7
3
+ size 627930581
config.json ADDED
@@ -0,0 +1,109 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "train": {
3
+ "log_interval": 200,
4
+ "eval_interval": 800,
5
+ "seed": 1234,
6
+ "epochs": 10000,
7
+ "learning_rate": 0.00005,
8
+ "betas": [
9
+ 0.8,
10
+ 0.99
11
+ ],
12
+ "eps": 1e-09,
13
+ "batch_size": 80,
14
+ "fp16_run": true,
15
+ "half_type": "fp16",
16
+ "lr_decay": 0.999875,
17
+ "segment_size": 10240,
18
+ "init_lr_ratio": 1,
19
+ "warmup_epochs": 0,
20
+ "c_mel": 45,
21
+ "c_kl": 1.0,
22
+ "use_sr": true,
23
+ "max_speclen": 512,
24
+ "port": "8001",
25
+ "keep_ckpts": 5,
26
+ "all_in_mem": true,
27
+ "vol_aug": true
28
+ },
29
+ "data": {
30
+ "training_files": "filelists/train.txt",
31
+ "validation_files": "filelists/val.txt",
32
+ "max_wav_value": 32768.0,
33
+ "sampling_rate": 44100,
34
+ "filter_length": 2048,
35
+ "hop_length": 512,
36
+ "win_length": 2048,
37
+ "n_mel_channels": 80,
38
+ "mel_fmin": 0.0,
39
+ "mel_fmax": 22050,
40
+ "unit_interpolate_mode": "nearest"
41
+ },
42
+ "model": {
43
+ "inter_channels": 192,
44
+ "hidden_channels": 192,
45
+ "filter_channels": 768,
46
+ "n_heads": 2,
47
+ "n_layers": 6,
48
+ "kernel_size": 3,
49
+ "p_dropout": 0.1,
50
+ "resblock": "1",
51
+ "resblock_kernel_sizes": [
52
+ 3,
53
+ 7,
54
+ 11
55
+ ],
56
+ "resblock_dilation_sizes": [
57
+ [
58
+ 1,
59
+ 3,
60
+ 5
61
+ ],
62
+ [
63
+ 1,
64
+ 3,
65
+ 5
66
+ ],
67
+ [
68
+ 1,
69
+ 3,
70
+ 5
71
+ ]
72
+ ],
73
+ "upsample_rates": [
74
+ 8,
75
+ 8,
76
+ 2,
77
+ 2,
78
+ 2
79
+ ],
80
+ "upsample_initial_channel": 512,
81
+ "upsample_kernel_sizes": [
82
+ 16,
83
+ 16,
84
+ 4,
85
+ 4,
86
+ 4
87
+ ],
88
+ "n_layers_q": 3,
89
+ "n_layers_trans_flow": 3,
90
+ "n_flow_layer": 4,
91
+ "use_spectral_norm": false,
92
+ "gin_channels": 768,
93
+ "ssl_dim": 768,
94
+ "n_speakers": 3,
95
+ "vocoder_name": "nsf-hifigan",
96
+ "speech_encoder": "vec768l12",
97
+ "speaker_embedding": false,
98
+ "vol_embedding": true,
99
+ "use_depthwise_conv": false,
100
+ "flow_share_parameter": false,
101
+ "use_automatic_f0_prediction": true,
102
+ "use_transformer_flow": false
103
+ },
104
+ "spk": {
105
+ "KATO_SHIHO": 0,
106
+ "MATSUDA_KONOKA": 1,
107
+ "SAITO_KYOKO": 2
108
+ }
109
+ }
diffusion/model_0.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:409452a27ab310f7a5897844d003d372a7357cc91c4a43562584a1714518cdf9
3
+ size 220895384
diffusion/put_diffusion_pretrained_model_here ADDED
File without changes
eval/events.out.tfevents.1694860504.hx1-d10-gpu-01.783413.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a5eb3b3ca17da97443ed4caaa562e5dfcc3f39b94514fea428346708c9ed76e9
3
+ size 88
eval/events.out.tfevents.1694861943.hx1-d10-gpu-01.788992.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4c9d2ac1c0fd020bfe70c81a4e5e3c35481308502b1841cd4e9502a9c3e5aad3
3
+ size 759224384
events.out.tfevents.1694861943.hx1-d10-gpu-01.788992.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6459127fd9494a7720a2b4fc75d308e8864acb2f72e63e93b84c3db21ab203b3
3
+ size 89869483
githash ADDED
@@ -0,0 +1 @@
 
 
1
+ /bin/sh: git: command not found
put_pretrained_model_here ADDED
File without changes
train.log ADDED
The diff for this file is too large to render. See raw diff