Push model using huggingface_hub.
Browse files- README.md +9 -3
- config.json +58 -0
- model.safetensors +3 -0
README.md
CHANGED
|
@@ -1,3 +1,9 @@
|
|
| 1 |
-
---
|
| 2 |
-
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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: https://huggingface.co/Robzy/audiomamba
|
| 9 |
+
- Docs: [More Information Needed]
|
config.json
ADDED
|
@@ -0,0 +1,58 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"abs_pos_patch_grid_size": null,
|
| 3 |
+
"aum_pretrain": true,
|
| 4 |
+
"aum_pretrain_fstride": null,
|
| 5 |
+
"aum_pretrain_path": "models/aum-base_audioset-vggsound.pth",
|
| 6 |
+
"aum_pretrain_tstride": null,
|
| 7 |
+
"bilinear_rope": false,
|
| 8 |
+
"bimamba_type": "v1",
|
| 9 |
+
"channels": 1,
|
| 10 |
+
"depth": 24,
|
| 11 |
+
"device": null,
|
| 12 |
+
"drop_path_rate": 0,
|
| 13 |
+
"drop_rate": 0.0,
|
| 14 |
+
"dtype": null,
|
| 15 |
+
"embed_dim": 768,
|
| 16 |
+
"final_pool_type": "mean",
|
| 17 |
+
"flexible_patch_sizes": null,
|
| 18 |
+
"flip_img_sequences_ratio": -1.0,
|
| 19 |
+
"ft_seq_len": null,
|
| 20 |
+
"fused_add_norm": true,
|
| 21 |
+
"if_abs_pos_embed": true,
|
| 22 |
+
"if_bidirectional": false,
|
| 23 |
+
"if_bimamba": false,
|
| 24 |
+
"if_cls_token": true,
|
| 25 |
+
"if_devide_out": true,
|
| 26 |
+
"if_rope": false,
|
| 27 |
+
"if_rope_residual": false,
|
| 28 |
+
"imagenet_load_double_cls_token": false,
|
| 29 |
+
"imagenet_load_middle_cls_token": true,
|
| 30 |
+
"imagenet_pretrain": false,
|
| 31 |
+
"imagenet_pretrain_modelkey": "model",
|
| 32 |
+
"imagenet_pretrain_path": null,
|
| 33 |
+
"init_layer_scale": null,
|
| 34 |
+
"initializer_cfg": null,
|
| 35 |
+
"norm_epsilon": 1e-05,
|
| 36 |
+
"num_classes": 309,
|
| 37 |
+
"patch_size": [
|
| 38 |
+
16,
|
| 39 |
+
16
|
| 40 |
+
],
|
| 41 |
+
"pt_hw_seq_len": null,
|
| 42 |
+
"residual_in_fp32": true,
|
| 43 |
+
"rms_norm": true,
|
| 44 |
+
"spectrogram_size": [
|
| 45 |
+
128,
|
| 46 |
+
1024
|
| 47 |
+
],
|
| 48 |
+
"ssm_cfg": null,
|
| 49 |
+
"strides": [
|
| 50 |
+
16,
|
| 51 |
+
16
|
| 52 |
+
],
|
| 53 |
+
"transpose_token_sequence": false,
|
| 54 |
+
"use_PI_for_patch_embed": true,
|
| 55 |
+
"use_double_cls_token": false,
|
| 56 |
+
"use_end_cls_token": false,
|
| 57 |
+
"use_middle_cls_token": true
|
| 58 |
+
}
|
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a3a066fe2d3aec880a3e1b1a36a64e39e25adba5cb1601d71f002e5a33f4424b
|
| 3 |
+
size 367786060
|