Upload 11 files
Browse files- .gitattributes +1 -0
- D_2333333.pth +3 -0
- G_2333333.pth +3 -0
- config.json +80 -0
- filelist.txt +0 -0
- model_info.json +6 -0
- shahrukh.index +3 -0
- shahrukh_100e_7400s.pth +3 -0
- shahrukh_200e_14800s.pth +3 -0
- shahrukh_300e_22200s.pth +3 -0
- shahrukh_400e_29600s.pth +3 -0
- shahrukh_500e_37000s.pth +3 -0
.gitattributes
CHANGED
|
@@ -33,3 +33,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
+
shahrukh.index filter=lfs diff=lfs merge=lfs -text
|
D_2333333.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ad6709d65db0b5bc76e9990fdc4e9361814325f381137ac0ebad7c790895c1d1
|
| 3 |
+
size 857123386
|
G_2333333.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:266969a08ce7176e774b97731be8179cb7937fa220fb338c23469705193f36a8
|
| 3 |
+
size 438168338
|
config.json
ADDED
|
@@ -0,0 +1,80 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"process_pids": [
|
| 3 |
+
68170,
|
| 4 |
+
69889,
|
| 5 |
+
76104
|
| 6 |
+
],
|
| 7 |
+
"train": {
|
| 8 |
+
"log_interval": 200,
|
| 9 |
+
"seed": 1234,
|
| 10 |
+
"learning_rate": 0.0001,
|
| 11 |
+
"betas": [
|
| 12 |
+
0.8,
|
| 13 |
+
0.99
|
| 14 |
+
],
|
| 15 |
+
"eps": 1e-09,
|
| 16 |
+
"lr_decay": 0.999875,
|
| 17 |
+
"segment_size": 12800,
|
| 18 |
+
"c_mel": 45,
|
| 19 |
+
"c_kl": 1.0
|
| 20 |
+
},
|
| 21 |
+
"data": {
|
| 22 |
+
"max_wav_value": 32768.0,
|
| 23 |
+
"sample_rate": 40000,
|
| 24 |
+
"filter_length": 2048,
|
| 25 |
+
"hop_length": 400,
|
| 26 |
+
"win_length": 2048,
|
| 27 |
+
"n_mel_channels": 125,
|
| 28 |
+
"mel_fmin": 0.0,
|
| 29 |
+
"mel_fmax": null
|
| 30 |
+
},
|
| 31 |
+
"model": {
|
| 32 |
+
"inter_channels": 192,
|
| 33 |
+
"hidden_channels": 192,
|
| 34 |
+
"filter_channels": 768,
|
| 35 |
+
"text_enc_hidden_dim": 768,
|
| 36 |
+
"n_heads": 2,
|
| 37 |
+
"n_layers": 6,
|
| 38 |
+
"kernel_size": 3,
|
| 39 |
+
"p_dropout": 0,
|
| 40 |
+
"resblock": "1",
|
| 41 |
+
"resblock_kernel_sizes": [
|
| 42 |
+
3,
|
| 43 |
+
7,
|
| 44 |
+
11
|
| 45 |
+
],
|
| 46 |
+
"resblock_dilation_sizes": [
|
| 47 |
+
[
|
| 48 |
+
1,
|
| 49 |
+
3,
|
| 50 |
+
5
|
| 51 |
+
],
|
| 52 |
+
[
|
| 53 |
+
1,
|
| 54 |
+
3,
|
| 55 |
+
5
|
| 56 |
+
],
|
| 57 |
+
[
|
| 58 |
+
1,
|
| 59 |
+
3,
|
| 60 |
+
5
|
| 61 |
+
]
|
| 62 |
+
],
|
| 63 |
+
"upsample_rates": [
|
| 64 |
+
10,
|
| 65 |
+
10,
|
| 66 |
+
2,
|
| 67 |
+
2
|
| 68 |
+
],
|
| 69 |
+
"upsample_initial_channel": 512,
|
| 70 |
+
"upsample_kernel_sizes": [
|
| 71 |
+
16,
|
| 72 |
+
16,
|
| 73 |
+
4,
|
| 74 |
+
4
|
| 75 |
+
],
|
| 76 |
+
"use_spectral_norm": false,
|
| 77 |
+
"gin_channels": 256,
|
| 78 |
+
"spk_embed_dim": 109
|
| 79 |
+
}
|
| 80 |
+
}
|
filelist.txt
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
model_info.json
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"total_dataset_duration": "01:57:39",
|
| 3 |
+
"total_seconds": 7059.1732,
|
| 4 |
+
"embedder_model": "contentvec",
|
| 5 |
+
"speakers_id": 1
|
| 6 |
+
}
|
shahrukh.index
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c37d8dac46308b5d1a5e2d04d296484c1d1bd027adc6ffff31fac9cd40aeb329
|
| 3 |
+
size 31588619
|
shahrukh_100e_7400s.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e909b9f1aaa25b80349f85f84b8349aabc7668e5e007c68ee6e43128cf1f0aee
|
| 3 |
+
size 55229628
|
shahrukh_200e_14800s.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ec2eba05883f90f942c4ca77abcc546b2a9e9518714d823e010faa1fe12c66ad
|
| 3 |
+
size 55230089
|
shahrukh_300e_22200s.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:77ca987355cfe56ad9f751f4c92f159302367efd0e341b0723112c60de361c03
|
| 3 |
+
size 55230089
|
shahrukh_400e_29600s.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4a559d5709693bc0fd8ce788f642080b65f23a7563e11ac9786023f70ceb3f50
|
| 3 |
+
size 55230089
|
shahrukh_500e_37000s.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:beba8b5bd9d2203a67a00a9ae4d56f1b57e991554a11f23e0224f88ad57cdfd1
|
| 3 |
+
size 55230089
|