Push model using huggingface_hub.
Browse files- config.json +6 -6
config.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
{
|
2 |
"audio_channels": 2,
|
3 |
-
"bottom_channels":
|
4 |
"cac": true,
|
5 |
"channels": 48,
|
6 |
"channels_time": null,
|
@@ -9,7 +9,7 @@
|
|
9 |
"dconv_comp": 8,
|
10 |
"dconv_depth": 2,
|
11 |
"dconv_init": 0.001,
|
12 |
-
"dconv_mode":
|
13 |
"depth": 4,
|
14 |
"emb_scale": 10,
|
15 |
"emb_smooth": true,
|
@@ -17,7 +17,7 @@
|
|
17 |
"freq_emb": 0.2,
|
18 |
"growth": 2,
|
19 |
"kernel_size": 8,
|
20 |
-
"multi_freqs":
|
21 |
"multi_freqs_depth": 3,
|
22 |
"nfft": 4096,
|
23 |
"norm_groups": 4,
|
@@ -25,7 +25,7 @@
|
|
25 |
"rescale": 0.1,
|
26 |
"rewrite": true,
|
27 |
"samplerate": 44100,
|
28 |
-
"segment":
|
29 |
"sources": [
|
30 |
"drums",
|
31 |
"bass",
|
@@ -42,7 +42,7 @@
|
|
42 |
],
|
43 |
"t_cape_mean_normalize": true,
|
44 |
"t_cross_first": false,
|
45 |
-
"t_dropout": 0.
|
46 |
"t_emb": "sin",
|
47 |
"t_gelu": true,
|
48 |
"t_global_window": 100,
|
@@ -61,7 +61,7 @@
|
|
61 |
"t_norm_in_group": false,
|
62 |
"t_norm_out": true,
|
63 |
"t_sin_random_shift": 0,
|
64 |
-
"t_sparse_attn_window":
|
65 |
"t_sparse_cross_attn": false,
|
66 |
"t_sparse_self_attn": false,
|
67 |
"t_sparsity": 0.95,
|
|
|
1 |
{
|
2 |
"audio_channels": 2,
|
3 |
+
"bottom_channels": 512,
|
4 |
"cac": true,
|
5 |
"channels": 48,
|
6 |
"channels_time": null,
|
|
|
9 |
"dconv_comp": 8,
|
10 |
"dconv_depth": 2,
|
11 |
"dconv_init": 0.001,
|
12 |
+
"dconv_mode": 3,
|
13 |
"depth": 4,
|
14 |
"emb_scale": 10,
|
15 |
"emb_smooth": true,
|
|
|
17 |
"freq_emb": 0.2,
|
18 |
"growth": 2,
|
19 |
"kernel_size": 8,
|
20 |
+
"multi_freqs": [],
|
21 |
"multi_freqs_depth": 3,
|
22 |
"nfft": 4096,
|
23 |
"norm_groups": 4,
|
|
|
25 |
"rescale": 0.1,
|
26 |
"rewrite": true,
|
27 |
"samplerate": 44100,
|
28 |
+
"segment": 7.8,
|
29 |
"sources": [
|
30 |
"drums",
|
31 |
"bass",
|
|
|
42 |
],
|
43 |
"t_cape_mean_normalize": true,
|
44 |
"t_cross_first": false,
|
45 |
+
"t_dropout": 0.02,
|
46 |
"t_emb": "sin",
|
47 |
"t_gelu": true,
|
48 |
"t_global_window": 100,
|
|
|
61 |
"t_norm_in_group": false,
|
62 |
"t_norm_out": true,
|
63 |
"t_sin_random_shift": 0,
|
64 |
+
"t_sparse_attn_window": 400,
|
65 |
"t_sparse_cross_attn": false,
|
66 |
"t_sparse_self_attn": false,
|
67 |
"t_sparsity": 0.95,
|