Upload 8 files
Browse files- .gitattributes +1 -0
- D_2333333.pth +3 -0
- G_2333333.pth +3 -0
- config.json +75 -0
- model_info.json +6 -0
- pk-clean.index +3 -0
- pk-clean_100e_5500s.pth +3 -0
- pk-clean_100e_5500s_best_epoch.pth +3 -0
- training_data.json +1 -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 |
+
pk-clean.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:6c0904147900d3362dd926c81a180fec4e512240706b4d7a3b08a16a9b6484f5
|
3 |
+
size 857123386
|
G_2333333.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e9afee588eca317d5beebbdc09d072e7943f1fd580921a525153bf188de06434
|
3 |
+
size 438168338
|
config.json
ADDED
@@ -0,0 +1,75 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"train": {
|
3 |
+
"log_interval": 200,
|
4 |
+
"seed": 1234,
|
5 |
+
"learning_rate": 0.0001,
|
6 |
+
"betas": [
|
7 |
+
0.8,
|
8 |
+
0.99
|
9 |
+
],
|
10 |
+
"eps": 1e-09,
|
11 |
+
"lr_decay": 0.999875,
|
12 |
+
"segment_size": 12800,
|
13 |
+
"c_mel": 45,
|
14 |
+
"c_kl": 1.0
|
15 |
+
},
|
16 |
+
"data": {
|
17 |
+
"max_wav_value": 32768.0,
|
18 |
+
"sample_rate": 40000,
|
19 |
+
"filter_length": 2048,
|
20 |
+
"hop_length": 400,
|
21 |
+
"win_length": 2048,
|
22 |
+
"n_mel_channels": 125,
|
23 |
+
"mel_fmin": 0.0,
|
24 |
+
"mel_fmax": null
|
25 |
+
},
|
26 |
+
"model": {
|
27 |
+
"inter_channels": 192,
|
28 |
+
"hidden_channels": 192,
|
29 |
+
"filter_channels": 768,
|
30 |
+
"text_enc_hidden_dim": 768,
|
31 |
+
"n_heads": 2,
|
32 |
+
"n_layers": 6,
|
33 |
+
"kernel_size": 3,
|
34 |
+
"p_dropout": 0,
|
35 |
+
"resblock": "1",
|
36 |
+
"resblock_kernel_sizes": [
|
37 |
+
3,
|
38 |
+
7,
|
39 |
+
11
|
40 |
+
],
|
41 |
+
"resblock_dilation_sizes": [
|
42 |
+
[
|
43 |
+
1,
|
44 |
+
3,
|
45 |
+
5
|
46 |
+
],
|
47 |
+
[
|
48 |
+
1,
|
49 |
+
3,
|
50 |
+
5
|
51 |
+
],
|
52 |
+
[
|
53 |
+
1,
|
54 |
+
3,
|
55 |
+
5
|
56 |
+
]
|
57 |
+
],
|
58 |
+
"upsample_rates": [
|
59 |
+
10,
|
60 |
+
10,
|
61 |
+
2,
|
62 |
+
2
|
63 |
+
],
|
64 |
+
"upsample_initial_channel": 512,
|
65 |
+
"upsample_kernel_sizes": [
|
66 |
+
16,
|
67 |
+
16,
|
68 |
+
4,
|
69 |
+
4
|
70 |
+
],
|
71 |
+
"use_spectral_norm": false,
|
72 |
+
"gin_channels": 256,
|
73 |
+
"spk_embed_dim": 109
|
74 |
+
}
|
75 |
+
}
|
model_info.json
ADDED
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"total_dataset_duration": "01:21:00",
|
3 |
+
"total_seconds": 4860.294275,
|
4 |
+
"embedder_model": "contentvec",
|
5 |
+
"speakers_id": 1
|
6 |
+
}
|
pk-clean.index
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ee918297f6ae1b5a89613cd8e3bd59751c10a25ead16830f465917e8398a2ef8
|
3 |
+
size 31588619
|
pk-clean_100e_5500s.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0ed0cb717a0624fa0d6ae16ebf4f2a21ec2b145f7b3bfdb6a174e8ee8308da98
|
3 |
+
size 52160468
|
pk-clean_100e_5500s_best_epoch.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:df6d72071214352bdebd7c814aff181f3dff414d5b6f4b33150f3aac71d65633
|
3 |
+
size 52165975
|
training_data.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"loss_disc_history": [0.03337249904870987, 0.015369311906397343, 0.00910052377730608, 0.001961618661880493, 0.006831493694335222, 0.003136483719572425, 0.005609342362731695, 0.0013736695982515812, 0.005254198797047138, 0.004533515777438879, 0.0015582810156047344, 0.0011282172054052353, 0.002305049682036042, 0.0031178712379187346, 0.003329940140247345, 0.0007993534090928733, 0.0013572988100349903, 0.0016426111105829477, 0.00348443491384387, 0.0046346294693648815, 0.002940884092822671, 0.0003757925296667963, 0.003041001735255122, 0.0013379076262935996, 0.00046689604641869664, 0.0005083982832729816, 0.0012663468951359391, 0.0010601640678942204, 0.000788489356637001, 0.001610042992979288, 0.0020808496046811342, 0.0009225032990798354, 0.0016360791632905602, 0.00015824928414076567, 0.0005431624595075846, 0.0009159970213659108, 0.0018767877481877804, 0.0008115924429148436, 0.0002011707256315276, 0.0006487653590738773, 0.0010538501664996147, 0.0016918911132961512, 0.003166564740240574, 0.0014983650762587786, 0.032121773809194565, 0.022341974079608917, 0.02767091989517212, 0.0041577452793717384, 0.10923632979393005, 0.002728722058236599, 0.048027217388153076, 0.054486583918333054, 0.019727155566215515, 0.16405822336673737, 0.0010813710978254676, 0.12422621995210648, 0.023145047947764397, 0.025344988331198692, 0.15042974054813385, 0.06960895657539368, 0.30692166090011597, 0.6630178689956665, 0.23415307700634003, 0.13088956475257874, 1.2667484283447266, 0.37493792176246643, 0.906785249710083, 0.9648546576499939, 1.2031093835830688, 0.6935276985168457, 1.5543980598449707, 1.8506770133972168, 1.440185785293579, 0.5968716740608215, 0.5725557208061218, 1.2795313596725464, 1.542019009590149, 1.7820899486541748, 2.111262321472168, 1.3519089221954346, 1.746084451675415, 1.3930537700653076, 1.2451493740081787, 2.6620285511016846, 0.6587997674942017, 1.9537187814712524, 1.9376542568206787, 1.59917414188385, 2.156628370285034, 0.3703603148460388, 2.054166555404663, 1.627866268157959, 2.225078821182251, 2.073479175567627, 2.8269779682159424, 2.0903499126434326, 1.2663639783859253, 1.6363359689712524, 1.172332525253296], "smoothed_loss_disc_history": [0.03337249904870987, 0.033138457615859804, 0.032825964475958605, 0.03242472798037559, 0.03209201593465706, 0.031715594015860965, 0.03137621274437028, 0.030986179683470737, 0.03065166393194723, 0.030312128005938622, 0.02993832799506428, 0.029563796554798714, 0.0292094328454528, 0.028870242544554857, 0.028538218613298857, 0.02817761336564418, 0.02782894927642126, 0.02748852688026536, 0.02717647368470188, 0.0268834297099025, 0.026572176616880463, 0.026231623623746685, 0.025930145539196297, 0.025610446446328563, 0.025283580291129735, 0.0249615029250276, 0.02465346589663901, 0.024346752972865326, 0.024040495545854357, 0.02374889966266698, 0.023467215011913165, 0.02317413375964633, 0.022894139049893708, 0.02259857248293892, 0.02231185215263431, 0.022033706035927823, 0.021771666098187203, 0.02149918514066866, 0.021222310953273177, 0.020954854860548586, 0.020696141799525947, 0.02044908654060496, 0.020224413757200223, 0.019980975124347985, 0.02013880550725099, 0.02016744669869164, 0.02026499185024589, 0.020055597644824525, 0.0212149471627629, 0.020974626236404056, 0.021326309921376792, 0.021757393483337224, 0.021731000390414642, 0.02358125428910684, 0.02328875580762018, 0.024600942841498503, 0.02458201620787996, 0.024591934845483106, 0.026227826319617568, 0.026791781012942658, 0.030433469451475913, 0.038657066645550395, 0.04119851478024066, 0.04236449842988106, 0.05828148951877407, 0.06239802313794208, 0.07337505708337992, 0.0849642918907459, 0.09950017808274611, 0.10722253584838941, 0.12603581766034497, 0.14845615320492433, 0.16524863842207685, 0.17085973788538056, 0.1760817856633502, 0.1904266301254698, 0.20799733105851062, 0.22846053508725428, 0.2529369583102582, 0.2672235938407655, 0.28644878499261595, 0.30083464979856095, 0.31311074121328597, 0.3436466727418352, 0.3477436629736159, 0.3686213395140852, 0.38901876743907093, 0.4047507873068531, 0.4275251958855695, 0.4267820524320556, 0.4479380509706995, 0.4632771177941339, 0.48618053993817945, 0.5068154222013623, 0.5369775352995518, 0.5571713762050223, 0.566390880033374, 0.5803001661895665, 0.587996586857395], "loss_gen_history": [120.79312133789062, 101.69786834716797, 95.44924926757812, 95.3675537109375, 92.5887451171875, 88.44966125488281, 88.44966125488281, 85.08771514892578, 85.08771514892578, 85.08771514892578, 85.08771514892578, 84.6742172241211, 84.5251693725586, 82.38021087646484, 81.72467041015625, 81.72467041015625, 80.2917251586914, 80.2917251586914, 80.2917251586914, 79.75626373291016, 79.75626373291016, 79.75626373291016, 79.75626373291016, 79.75626373291016, 79.75626373291016, 79.75626373291016, 79.75626373291016, 78.30644226074219, 78.30644226074219, 77.73726654052734, 77.73726654052734, 77.73726654052734, 77.36234283447266, 77.36234283447266, 77.36234283447266, 77.36234283447266, 76.52298736572266, 76.52298736572266, 76.52298736572266, 76.52298736572266, 76.52298736572266, 76.52298736572266, 76.52298736572266, 76.46090698242188, 76.46090698242188, 76.46090698242188, 76.46090698242188, 76.46090698242188, 76.46090698242188, 76.46090698242188, 76.46090698242188, 76.46090698242188, 76.46090698242188, 76.46090698242188, 76.46090698242188, 76.46090698242188, 76.46090698242188, 76.46090698242188, 76.46090698242188, 76.46090698242188, 76.46090698242188, 76.46090698242188, 76.46090698242188, 76.46090698242188, 75.83915710449219, 75.83915710449219, 75.60221099853516, 73.18681335449219, 72.68614196777344, 72.68614196777344, 71.29962921142578, 71.29962921142578, 71.29962921142578, 71.29962921142578, 71.29962921142578, 71.29962921142578, 71.29962921142578, 71.29962921142578, 69.38185119628906, 69.38185119628906, 69.38185119628906, 69.38185119628906, 68.67760467529297, 68.67760467529297, 68.67760467529297, 68.67760467529297, 68.67760467529297, 68.67760467529297, 68.67760467529297, 68.67760467529297, 68.67760467529297, 68.67760467529297, 68.67760467529297, 64.94185638427734, 64.94185638427734, 64.94185638427734, 64.94185638427734, 64.94185638427734, 64.94185638427734], "smoothed_loss_gen_history": [120.79312133789062, 120.54488304901123, 120.2186398098526, 119.89557569056672, 119.54058689311279, 119.1364048598158, 118.73747719295167, 118.30003028637934, 117.86827018959244, 117.44212297406376, 117.02151567233696, 116.60100079251016, 116.18401498405079, 115.74456553065218, 115.30230689408575, 114.86579761979466, 114.41633467780031, 113.97271475405188, 113.5348618893122, 113.09574011327896, 112.66232692033417, 112.23454809889765, 111.8123304021398, 111.39560153543982, 110.98429014400693, 110.57832580066268, 110.1776389937819, 109.76331343625237, 109.35437411097074, 108.94335171255497, 108.5376726053186, 108.13726732647632, 107.73719330808028, 107.34232025192338, 106.95258054549653, 106.56790745525322, 106.17732349408932, 105.79181712442056, 105.4113223375575, 105.03577398292364, 104.66510775690003, 104.29926019181472, 103.93816864507552, 103.58096424346103, 103.22840349906753, 102.88042604435114, 102.53697229654607, 102.19798344746246, 101.86340145341694, 101.53316902529401, 101.20722961873668, 100.88552742446458, 100.56800735871803, 100.25461505382619, 99.94529684889794, 99.63999978063376, 99.338671574257, 99.04126063456316, 98.74771603708533, 98.4579875193747, 98.17202547239431, 97.88978093202468, 97.61120557067984, 97.3362516890325, 97.05678945943347, 96.78096023881923, 96.50563649869554, 96.2024917978209, 95.89677925003028, 95.59504096536094, 95.27920061255979, 94.96746618434506, 94.65978430369711, 94.35610228749759, 94.05636813750867, 93.7605305314696, 93.46853881430903, 93.18034298947155, 92.87096259616017, 92.56560414796184, 92.26421535959008, 91.96674462546716, 91.6639858061149, 91.36516285141421, 91.07022459512464, 90.77912053616683, 90.49180082997547, 90.2082162799646, 89.92831832910387, 89.65205905160434, 89.3793911447123, 89.11026792060986, 88.84464329842075, 88.53390706853689, 88.22721040964153, 87.9245008073118, 87.62572642981236, 87.33083611922041, 87.03977938266615]}
|