Push model using huggingface_hub.
Browse files- README.md +9 -0
- config.json +72 -5
- model.safetensors +2 -2
README.md
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
tags:
|
| 3 |
+
- model_hub_mixin
|
| 4 |
+
- pytorch_model_hub_mixin
|
| 5 |
+
---
|
| 6 |
+
|
| 7 |
+
This model has been pushed to the Hub using the [PytorchModelHubMixin](https://huggingface.co/docs/huggingface_hub/package_reference/mixins#huggingface_hub.PyTorchModelHubMixin) integration:
|
| 8 |
+
- Library: [More Information Needed]
|
| 9 |
+
- Docs: [More Information Needed]
|
config.json
CHANGED
|
@@ -1,7 +1,74 @@
|
|
| 1 |
{
|
| 2 |
-
"
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4 |
],
|
| 5 |
-
"
|
| 6 |
-
"
|
| 7 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
{
|
| 2 |
+
"audio_channels": 2,
|
| 3 |
+
"bottom_channels": 0,
|
| 4 |
+
"cac": true,
|
| 5 |
+
"channels": 48,
|
| 6 |
+
"channels_time": null,
|
| 7 |
+
"context": 1,
|
| 8 |
+
"context_enc": 0,
|
| 9 |
+
"dconv_comp": 8,
|
| 10 |
+
"dconv_depth": 2,
|
| 11 |
+
"dconv_init": 0.001,
|
| 12 |
+
"dconv_mode": 1,
|
| 13 |
+
"depth": 4,
|
| 14 |
+
"emb_scale": 10,
|
| 15 |
+
"emb_smooth": true,
|
| 16 |
+
"end_iters": 0,
|
| 17 |
+
"freq_emb": 0.2,
|
| 18 |
+
"growth": 2,
|
| 19 |
+
"kernel_size": 8,
|
| 20 |
+
"multi_freqs": null,
|
| 21 |
+
"multi_freqs_depth": 3,
|
| 22 |
+
"nfft": 4096,
|
| 23 |
+
"norm_groups": 4,
|
| 24 |
+
"norm_starts": 4,
|
| 25 |
+
"rescale": 0.1,
|
| 26 |
+
"rewrite": true,
|
| 27 |
+
"samplerate": 44100,
|
| 28 |
+
"segment": 10,
|
| 29 |
+
"sources": [
|
| 30 |
+
"drums",
|
| 31 |
+
"bass",
|
| 32 |
+
"other",
|
| 33 |
+
"vocals"
|
| 34 |
],
|
| 35 |
+
"stride": 4,
|
| 36 |
+
"t_auto_sparsity": false,
|
| 37 |
+
"t_cape_augment": true,
|
| 38 |
+
"t_cape_glob_loc_scale": [
|
| 39 |
+
5000.0,
|
| 40 |
+
1.0,
|
| 41 |
+
1.4
|
| 42 |
+
],
|
| 43 |
+
"t_cape_mean_normalize": true,
|
| 44 |
+
"t_cross_first": false,
|
| 45 |
+
"t_dropout": 0.0,
|
| 46 |
+
"t_emb": "sin",
|
| 47 |
+
"t_gelu": true,
|
| 48 |
+
"t_global_window": 100,
|
| 49 |
+
"t_group_norm": false,
|
| 50 |
+
"t_heads": 8,
|
| 51 |
+
"t_hidden_scale": 4.0,
|
| 52 |
+
"t_layer_scale": true,
|
| 53 |
+
"t_layers": 5,
|
| 54 |
+
"t_lr": null,
|
| 55 |
+
"t_mask_random_seed": 42,
|
| 56 |
+
"t_mask_type": "diag",
|
| 57 |
+
"t_max_period": 10000.0,
|
| 58 |
+
"t_max_positions": 10000,
|
| 59 |
+
"t_norm_first": true,
|
| 60 |
+
"t_norm_in": true,
|
| 61 |
+
"t_norm_in_group": false,
|
| 62 |
+
"t_norm_out": true,
|
| 63 |
+
"t_sin_random_shift": 0,
|
| 64 |
+
"t_sparse_attn_window": 500,
|
| 65 |
+
"t_sparse_cross_attn": false,
|
| 66 |
+
"t_sparse_self_attn": false,
|
| 67 |
+
"t_sparsity": 0.95,
|
| 68 |
+
"t_weight_decay": 0.0,
|
| 69 |
+
"t_weight_pos_embed": 1.0,
|
| 70 |
+
"time_stride": 2,
|
| 71 |
+
"use_train_segment": true,
|
| 72 |
+
"wiener_iters": 0,
|
| 73 |
+
"wiener_residual": false
|
| 74 |
+
}
|
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:35c75b75f04e59d382e338566948f4336fa07962cdeeb7e9314f016910478038
|
| 3 |
+
size 167993600
|