Add files using upload-large-folder tool
Browse files- D_2333333.pth +3 -0
- D_70.pth +3 -0
- G_2333333.pth +3 -0
- G_70.pth +3 -0
- config.json +78 -0
- marimari_en_10.pth +3 -0
- marimari_en_20.pth +3 -0
- marimari_en_30.pth +3 -0
- marimari_en_40.pth +3 -0
- marimari_en_50.pth +3 -0
- marimari_en_60.pth +3 -0
- marimari_en_70.pth +3 -0
- marimari_en_best.pth +3 -0
- model_info.json +8 -0
D_2333333.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:683e185f0a754477269b434951c9a6052b179668faa50e7370e17eac4bbdfbc1
|
| 3 |
+
size 857123915
|
D_70.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5ecfdf965b6aa4e1520161045d1a88fcb5029e1d5568db752f8d6303ee03997d
|
| 3 |
+
size 857092361
|
G_2333333.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6ec96fac00a64d46b9f24f8d7a48bbfea371909388038d9cd0c9a80036b4bfd0
|
| 3 |
+
size 452324643
|
G_70.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0475adecd0c37c4e92f77231b4794688d5aec9c273920f6ee88c5c187dc1f529
|
| 3 |
+
size 452206277
|
config.json
ADDED
|
@@ -0,0 +1,78 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"process_pids": [
|
| 3 |
+
118216
|
| 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_10.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:877e9073bf1c5be0b5c85d320dae7a48e9760afc15cbe9039398480a2174bf8a
|
| 3 |
+
size 57587158
|
marimari_en_20.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:36af79fc4706fffb493492d100d87159039a3a9db206a3b3d0a3e6bb4863f63e
|
| 3 |
+
size 57587158
|
marimari_en_30.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3a2c943a350d4791e7b76cc4bf6caf95eb3676114fae5553e2b25c825acdb748
|
| 3 |
+
size 57587158
|
marimari_en_40.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:319331d502014ea223c63b1ca644b1866e1bdf63dbb4b73c069edbe2eb67b214
|
| 3 |
+
size 57587158
|
marimari_en_50.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7f499a9aa1dd62fc9b2bfb1d21930d546f99689cd1dd6a41ec8d037f0565dc6c
|
| 3 |
+
size 57587158
|
marimari_en_60.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:53c8173afd48a4fcef8daaafdef0552bef11446bf415c405950be8879e7d073c
|
| 3 |
+
size 57587158
|
marimari_en_70.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:947ee227b47a7dd8c43f3cd0086abf3dc4f6700f297701906635c5a62007c16f
|
| 3 |
+
size 57587158
|
marimari_en_best.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8f496345f83e0cff754f4a07305c100955605f1bf8a8755a2ec72de7fb31b979
|
| 3 |
+
size 57588084
|
model_info.json
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"total_dataset_duration": "00:09:31",
|
| 3 |
+
"total_seconds": 571.7325208333333,
|
| 4 |
+
"sample_rate": 48000,
|
| 5 |
+
"embedder_model": "/home/user/app/models/rvc/embedders/custom/WAVLMPLUS-5-12",
|
| 6 |
+
"custom_embedder_model_hash": "a64276e4e2",
|
| 7 |
+
"speakers_id": 1
|
| 8 |
+
}
|