akikukeo commited on
Commit ·
2d71da7
1
Parent(s): 21538e4
add models training data
Browse files- .gitignore +4 -0
- config.json +114 -0
- models/.cache/新しいフォルダー/clean/D_0.safetensors +3 -0
- models/.cache/新しいフォルダー/clean/G_0.safetensors +3 -0
- models/.cache/新しいフォルダー/clean/WD_0.safetensors +3 -0
- models/.cache/新しいフォルダー/shoki/D_0.safetensors +3 -0
- models/.cache/新しいフォルダー/shoki/G_0.safetensors +3 -0
- models/.cache/新しいフォルダー/shoki/WD_0.safetensors +3 -0
- models/D_9000.pth +3 -0
- models/G_9000.pth +3 -0
- models/WD_9000.pth +3 -0
- models/eval/events.out.tfevents.1749878878.akikukeo-pc.2240.1 +3 -0
- models/eval/events.out.tfevents.1749890691.akikukeo-pc.25496.1 +3 -0
- models/eval/events.out.tfevents.1750247295.akikukeo-pc.30492.1 +3 -0
- models/eval/events.out.tfevents.1750329100.akikukeo-pc.38452.1 +3 -0
- models/eval/events.out.tfevents.1750674416.akikukeo-pc.29568.1 +3 -0
- models/events.out.tfevents.1749878878.akikukeo-pc.2240.0 +3 -0
- models/events.out.tfevents.1749890691.akikukeo-pc.25496.0 +3 -0
- models/events.out.tfevents.1750247295.akikukeo-pc.30492.0 +3 -0
- models/events.out.tfevents.1750329100.akikukeo-pc.38452.0 +3 -0
- models/events.out.tfevents.1750674416.akikukeo-pc.29568.0 +3 -0
.gitignore
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
preprocess_*_*.log
|
| 2 |
+
train_*_*.log
|
| 3 |
+
raw/
|
| 4 |
+
waw/
|
config.json
ADDED
|
@@ -0,0 +1,114 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"model_name": "Tsukuyomi",
|
| 3 |
+
"train": {
|
| 4 |
+
"log_interval": 50,
|
| 5 |
+
"eval_interval": 1000,
|
| 6 |
+
"seed": 42,
|
| 7 |
+
"epochs": 300,
|
| 8 |
+
"learning_rate": 0.0001,
|
| 9 |
+
"betas": [
|
| 10 |
+
0.8,
|
| 11 |
+
0.99
|
| 12 |
+
],
|
| 13 |
+
"eps": 1e-09,
|
| 14 |
+
"batch_size": 2,
|
| 15 |
+
"bf16_run": false,
|
| 16 |
+
"fp16_run": false,
|
| 17 |
+
"lr_decay": 0.99996,
|
| 18 |
+
"segment_size": 16384,
|
| 19 |
+
"init_lr_ratio": 1,
|
| 20 |
+
"warmup_epochs": 0,
|
| 21 |
+
"c_mel": 45,
|
| 22 |
+
"c_kl": 1.0,
|
| 23 |
+
"c_commit": 100,
|
| 24 |
+
"skip_optimizer": false,
|
| 25 |
+
"freeze_ZH_bert": false,
|
| 26 |
+
"freeze_JP_bert": false,
|
| 27 |
+
"freeze_EN_bert": false,
|
| 28 |
+
"freeze_emo": false,
|
| 29 |
+
"freeze_style": false,
|
| 30 |
+
"freeze_decoder": false
|
| 31 |
+
},
|
| 32 |
+
"data": {
|
| 33 |
+
"use_jp_extra": true,
|
| 34 |
+
"training_files": "Data\\Tsukuyomi\\train.list",
|
| 35 |
+
"validation_files": "Data\\Tsukuyomi\\val.list",
|
| 36 |
+
"max_wav_value": 32768.0,
|
| 37 |
+
"sampling_rate": 44100,
|
| 38 |
+
"filter_length": 2048,
|
| 39 |
+
"hop_length": 512,
|
| 40 |
+
"win_length": 2048,
|
| 41 |
+
"n_mel_channels": 128,
|
| 42 |
+
"mel_fmin": 0.0,
|
| 43 |
+
"mel_fmax": null,
|
| 44 |
+
"add_blank": true,
|
| 45 |
+
"n_speakers": 1,
|
| 46 |
+
"cleaned_text": true,
|
| 47 |
+
"spk2id": {
|
| 48 |
+
"Tsukuyomi": 0
|
| 49 |
+
}
|
| 50 |
+
},
|
| 51 |
+
"model": {
|
| 52 |
+
"use_spk_conditioned_encoder": true,
|
| 53 |
+
"use_noise_scaled_mas": true,
|
| 54 |
+
"use_mel_posterior_encoder": false,
|
| 55 |
+
"use_duration_discriminator": false,
|
| 56 |
+
"use_wavlm_discriminator": true,
|
| 57 |
+
"inter_channels": 192,
|
| 58 |
+
"hidden_channels": 192,
|
| 59 |
+
"filter_channels": 768,
|
| 60 |
+
"n_heads": 2,
|
| 61 |
+
"n_layers": 6,
|
| 62 |
+
"kernel_size": 3,
|
| 63 |
+
"p_dropout": 0.1,
|
| 64 |
+
"resblock": "1",
|
| 65 |
+
"resblock_kernel_sizes": [
|
| 66 |
+
3,
|
| 67 |
+
7,
|
| 68 |
+
11
|
| 69 |
+
],
|
| 70 |
+
"resblock_dilation_sizes": [
|
| 71 |
+
[
|
| 72 |
+
1,
|
| 73 |
+
3,
|
| 74 |
+
5
|
| 75 |
+
],
|
| 76 |
+
[
|
| 77 |
+
1,
|
| 78 |
+
3,
|
| 79 |
+
5
|
| 80 |
+
],
|
| 81 |
+
[
|
| 82 |
+
1,
|
| 83 |
+
3,
|
| 84 |
+
5
|
| 85 |
+
]
|
| 86 |
+
],
|
| 87 |
+
"upsample_rates": [
|
| 88 |
+
8,
|
| 89 |
+
8,
|
| 90 |
+
2,
|
| 91 |
+
2,
|
| 92 |
+
2
|
| 93 |
+
],
|
| 94 |
+
"upsample_initial_channel": 512,
|
| 95 |
+
"upsample_kernel_sizes": [
|
| 96 |
+
16,
|
| 97 |
+
16,
|
| 98 |
+
8,
|
| 99 |
+
2,
|
| 100 |
+
2
|
| 101 |
+
],
|
| 102 |
+
"n_layers_q": 3,
|
| 103 |
+
"use_spectral_norm": false,
|
| 104 |
+
"gin_channels": 512,
|
| 105 |
+
"slm": {
|
| 106 |
+
"model": "./slm/wavlm-base-plus",
|
| 107 |
+
"sr": 16000,
|
| 108 |
+
"hidden": 768,
|
| 109 |
+
"nlayers": 13,
|
| 110 |
+
"initial_channel": 64
|
| 111 |
+
}
|
| 112 |
+
},
|
| 113 |
+
"version": "2.7.0-JP-Extra"
|
| 114 |
+
}
|
models/.cache/新しいフォルダー/clean/D_0.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:76961e86074bd4bc6affd9f7570f0e28bd3caeb51277bbc8bf18fb39acc57fec
|
| 3 |
+
size 187000064
|
models/.cache/新しいフォルダー/clean/G_0.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:cf383f6b4a33b443f91f1bbc918d3fda2c61b0648589ba7c8a22fa744d294111
|
| 3 |
+
size 293137028
|
models/.cache/新しいフォルダー/clean/WD_0.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:13b9acd5f85794f68f409b01feb697042f55b8440c65795a0f5578a807423666
|
| 3 |
+
size 4695736
|
models/.cache/新しいフォルダー/shoki/D_0.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2d8de5a29a00c4bbe682d27cd882b2837ac9a16cc9025d7be76b67954b743ef3
|
| 3 |
+
size 187000064
|
models/.cache/新しいフォルダー/shoki/G_0.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:90c26f3dc5f6678a695c5308fdf9441fb5be15cdcb87f27e811084f25e87c92d
|
| 3 |
+
size 292939468
|
models/.cache/新しいフォルダー/shoki/WD_0.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ba4a0fb0d611f05ad2656c8cfe8282d53f42c61aeeb5aafcd1daf5c05ece6523
|
| 3 |
+
size 4695736
|
models/D_9000.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:76668776081820b253bbe94fb76b89041680ba754ae751603373a47516fde9db
|
| 3 |
+
size 561093690
|
models/G_9000.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:101014c37a317d3fb71c6a6394f24f5b0b7fa39f3812cd8b7bca0ade3ae8993d
|
| 3 |
+
size 880531118
|
models/WD_9000.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b8ebaa69c7881905892386b65c2a61d084c7a2b34d6c16e0dd78d2ae8b027217
|
| 3 |
+
size 14100962
|
models/eval/events.out.tfevents.1749878878.akikukeo-pc.2240.1
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:75ac0b529c0566bc522acc37a77a188050ede010f2c9b4064f23379b61dc3e77
|
| 3 |
+
size 88
|
models/eval/events.out.tfevents.1749890691.akikukeo-pc.25496.1
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:134ecb54d90e281b6b0b81b9faa1af518f5123637696419585d78ee051ddebac
|
| 3 |
+
size 88
|
models/eval/events.out.tfevents.1750247295.akikukeo-pc.30492.1
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a29d1caee1306eca80099b4ac4fe7a1bb19fc867597e1e04760211fd01546441
|
| 3 |
+
size 88
|
models/eval/events.out.tfevents.1750329100.akikukeo-pc.38452.1
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8b0abbdfc35d20b06bfcf23d9abcd953dad47de7838d519cbc56141783f74a88
|
| 3 |
+
size 88
|
models/eval/events.out.tfevents.1750674416.akikukeo-pc.29568.1
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9e99d8e2e99d0903ea5a5d30e91bbc82eaf4f4b04e07745fa2c8047e1173210a
|
| 3 |
+
size 88
|
models/events.out.tfevents.1749878878.akikukeo-pc.2240.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6e1a0eb82735000d5b34dfb98fafeb9764efca1fdb294705b1561473ee8d3435
|
| 3 |
+
size 41000
|
models/events.out.tfevents.1749890691.akikukeo-pc.25496.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:adf2024ea3caa769d0a3360b0d9686f9b894ee35b798dfb8fc4eb4533a98c0a1
|
| 3 |
+
size 3130
|
models/events.out.tfevents.1750247295.akikukeo-pc.30492.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:93453a8fea92137b929a91c41a616d2dbf34a96d2d08521b2bf9a3bc03dff84b
|
| 3 |
+
size 33550
|
models/events.out.tfevents.1750329100.akikukeo-pc.38452.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:dec34aa6bd80c8c304e2237c4edc8227294bf8f29e324e86c0575716e05fb5e6
|
| 3 |
+
size 111121
|
models/events.out.tfevents.1750674416.akikukeo-pc.29568.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:733513de8f0562f7a8abf50a5b255d89f657563d11433e41b4f9935f1215985d
|
| 3 |
+
size 141541
|