Upload folder using huggingface_hub
Browse files- FLowHigh_indep_adaptive_400k.pt +3 -0
- config.json +45 -0
FLowHigh_indep_adaptive_400k.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9121824d3de87be47dfda9571f28a4a7da278102101458d2c342ca567afb744b
|
3 |
+
size 481490826
|
config.json
ADDED
@@ -0,0 +1,45 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"random_seed": 104,
|
3 |
+
"data": {
|
4 |
+
"data_path": "The/path/to/train/directory/path",
|
5 |
+
"valid_path": "The/path/to/test/directory/path",
|
6 |
+
"valid_prepare": true,
|
7 |
+
"samplingrate": 48000,
|
8 |
+
"max_wav_value": 32767.0,
|
9 |
+
"n_fft": 2048,
|
10 |
+
"hop_length": 480,
|
11 |
+
"win_length": 2048,
|
12 |
+
"n_mel_channels": 256,
|
13 |
+
"mel_fmin": 20,
|
14 |
+
"mel_fmax": 24000,
|
15 |
+
"downsample_min": 4000,
|
16 |
+
"downsample_max": 32000,
|
17 |
+
"downsampling_method": "scipy"
|
18 |
+
},
|
19 |
+
"model": {
|
20 |
+
"modelname": "FLowHigh",
|
21 |
+
"architecture": "transformer",
|
22 |
+
"dim": 1024,
|
23 |
+
"n_layers": 2,
|
24 |
+
"n_heads": 16,
|
25 |
+
"dim_head":64,
|
26 |
+
"cfm_path": "independent_cfm_adaptive",
|
27 |
+
"sigma":1e-4,
|
28 |
+
"vocoder": "bigvgan",
|
29 |
+
"vocoderpath": "/<Path>/vocoder/BIGVGAN/checkpoint/g_48_00850000",
|
30 |
+
"vocoderconfigpath": "/<Path>/vocoder/BIGVGAN/config/bigvgan_48khz_256band_config.json"
|
31 |
+
},
|
32 |
+
"train": {
|
33 |
+
"random_split_seed": 53,
|
34 |
+
"batchsize": 128,
|
35 |
+
"lr": 3e-4,
|
36 |
+
"initial_lr": 1e-5,
|
37 |
+
"n_train_steps": 400001,
|
38 |
+
"n_warmup_steps": 0,
|
39 |
+
"log_every": 10000,
|
40 |
+
"save_results_every": 10000,
|
41 |
+
"save_model_every": 100000,
|
42 |
+
"save_dir": "The/path/to/save/FLowHigh/",
|
43 |
+
"weighted_loss": false
|
44 |
+
}
|
45 |
+
}
|