Upload 2 files
Browse files- config.json +27 -0
- model.safetensors +3 -0
config.json
ADDED
|
@@ -0,0 +1,27 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"model_dim": 128,
|
| 3 |
+
"model_depth": 4,
|
| 4 |
+
"audio_channels": 2,
|
| 5 |
+
"num_stems": 1,
|
| 6 |
+
"time_transformer_depth": 1,
|
| 7 |
+
"freq_transformer_depth": 1,
|
| 8 |
+
"dim_head": 32,
|
| 9 |
+
"heads": 4,
|
| 10 |
+
"ff_mult": 4,
|
| 11 |
+
"stft_n_fft": 2048,
|
| 12 |
+
"stft_hop_length": 441,
|
| 13 |
+
"stft_win_length": 2048,
|
| 14 |
+
"stft_normalized": false,
|
| 15 |
+
"mask_estimator_depth": 2,
|
| 16 |
+
"mask_mlp_expansion_factor": 4,
|
| 17 |
+
"freq_range": [2, 734],
|
| 18 |
+
"freqs_per_bands": [
|
| 19 |
+
2, 2, 2, 2, 2, 2, 2, 2, 2,
|
| 20 |
+
2, 2, 2, 2, 2, 2, 2, 2, 2, 2,
|
| 21 |
+
2, 2, 2, 2,
|
| 22 |
+
4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4,
|
| 23 |
+
12, 12, 12, 12, 12, 12, 12, 12,
|
| 24 |
+
24, 24, 24, 24, 24, 24, 24, 24,
|
| 25 |
+
48, 48, 48, 48, 48, 48, 62
|
| 26 |
+
]
|
| 27 |
+
}
|
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c3c6666071d3de5106fd6ce2bf7cfa93ccab48e592d00504de1d1ffe51bfb211
|
| 3 |
+
size 17648240
|