Upload folder using huggingface_hub
Browse files- D_2240.pth +3 -0
- D_4480.pth +3 -0
- G_2240.pth +3 -0
- G_4480.pth +3 -0
- config.json +78 -0
- marimari_en_10e_2240s.pth +3 -0
- marimari_en_12e_2688s_best_epoch.pth +3 -0
- marimari_en_20e_4480s.pth +3 -0
- marimari_en_24e_5376s_best_epoch.pth +3 -0
- training_data.json +1 -0
D_2240.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8b12b70011eab9cc4500bb088c199f03928d7f6a7ad44b53fba24af6f2fe3eab
|
| 3 |
+
size 857116029
|
D_4480.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6e902f376d8c199ac05c3225cfd9383020c344dbd2d0610aefefd68a9f93b558
|
| 3 |
+
size 857116029
|
G_2240.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d0fe6d2be2890d9be5e47261fcc747c19d121e9b1c9386901812cbe77fbc2dd0
|
| 3 |
+
size 423036321
|
G_4480.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5bb83a4a266a88ac43f624c1c4757687a0e31f1d3d15b6d81acb8a49b3012dab
|
| 3 |
+
size 423036321
|
config.json
ADDED
|
@@ -0,0 +1,78 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"process_pids": [
|
| 3 |
+
4435
|
| 4 |
+
],
|
| 5 |
+
"train": {
|
| 6 |
+
"log_interval": 200,
|
| 7 |
+
"seed": 1234,
|
| 8 |
+
"learning_rate": 0.0001,
|
| 9 |
+
"betas": [
|
| 10 |
+
0.8,
|
| 11 |
+
0.99
|
| 12 |
+
],
|
| 13 |
+
"eps": 1e-09,
|
| 14 |
+
"lr_decay": 0.999875,
|
| 15 |
+
"segment_size": 17280,
|
| 16 |
+
"c_mel": 45,
|
| 17 |
+
"c_kl": 1.0
|
| 18 |
+
},
|
| 19 |
+
"data": {
|
| 20 |
+
"max_wav_value": 32768.0,
|
| 21 |
+
"sample_rate": 48000,
|
| 22 |
+
"filter_length": 2048,
|
| 23 |
+
"hop_length": 480,
|
| 24 |
+
"win_length": 2048,
|
| 25 |
+
"n_mel_channels": 128,
|
| 26 |
+
"mel_fmin": 0.0,
|
| 27 |
+
"mel_fmax": null
|
| 28 |
+
},
|
| 29 |
+
"model": {
|
| 30 |
+
"inter_channels": 192,
|
| 31 |
+
"hidden_channels": 192,
|
| 32 |
+
"filter_channels": 768,
|
| 33 |
+
"text_enc_hidden_dim": 768,
|
| 34 |
+
"n_heads": 2,
|
| 35 |
+
"n_layers": 6,
|
| 36 |
+
"kernel_size": 3,
|
| 37 |
+
"p_dropout": 0,
|
| 38 |
+
"resblock": "1",
|
| 39 |
+
"resblock_kernel_sizes": [
|
| 40 |
+
3,
|
| 41 |
+
7,
|
| 42 |
+
11
|
| 43 |
+
],
|
| 44 |
+
"resblock_dilation_sizes": [
|
| 45 |
+
[
|
| 46 |
+
1,
|
| 47 |
+
3,
|
| 48 |
+
5
|
| 49 |
+
],
|
| 50 |
+
[
|
| 51 |
+
1,
|
| 52 |
+
3,
|
| 53 |
+
5
|
| 54 |
+
],
|
| 55 |
+
[
|
| 56 |
+
1,
|
| 57 |
+
3,
|
| 58 |
+
5
|
| 59 |
+
]
|
| 60 |
+
],
|
| 61 |
+
"upsample_rates": [
|
| 62 |
+
12,
|
| 63 |
+
10,
|
| 64 |
+
2,
|
| 65 |
+
2
|
| 66 |
+
],
|
| 67 |
+
"upsample_initial_channel": 512,
|
| 68 |
+
"upsample_kernel_sizes": [
|
| 69 |
+
24,
|
| 70 |
+
20,
|
| 71 |
+
4,
|
| 72 |
+
4
|
| 73 |
+
],
|
| 74 |
+
"use_spectral_norm": false,
|
| 75 |
+
"gin_channels": 256,
|
| 76 |
+
"spk_embed_dim": 109
|
| 77 |
+
}
|
| 78 |
+
}
|
marimari_en_10e_2240s.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9df4fb47b18b9a97b669dc782107cd716cf17f2f5b6933d8134083d3ff68ea95
|
| 3 |
+
size 105267751
|
marimari_en_12e_2688s_best_epoch.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:53015719051f019762e7525dafd293ea46dbba54755b6bceee16ea3391e77b48
|
| 3 |
+
size 105273238
|
marimari_en_20e_4480s.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:06f48eacf942b37a7c35cdd3ea51fe2f83c78c4652deec6e98df02393d9a898b
|
| 3 |
+
size 105267751
|
marimari_en_24e_5376s_best_epoch.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b25739e3a121cedeb4e7ecc64de6e9331905e61bca8f60a59f36bda760e173d8
|
| 3 |
+
size 105273238
|
training_data.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
{"loss_disc_history": [4.64450216293335, 4.3654561042785645, 4.264742374420166, 4.253557205200195, 4.245532035827637, 4.286652565002441, 4.327677249908447, 4.39969539642334, 4.288644313812256], "smoothed_loss_disc_history": [4.64450216293335, 4.640874564170837, 4.635984845704079, 4.631013286377528, 4.62600203012038, 4.6215904870738465, 4.617769614990696, 4.614934650149321, 4.610692875776939], "loss_gen_history": [37.28989791870117, 31.18900489807129, 28.49921226501465, 25.53725242614746, 24.927061080932617, 22.872159957885742, 20.958593368530273, 20.958593368530273, 20.958593368530273], "smoothed_loss_gen_history": [37.28989791870117, 37.21058630943298, 37.097338446855545, 36.94705732858634, 36.79079737736684, 36.60985509091359, 36.40638868852261, 36.20556734936271, 36.00735668761189]}
|