Push model using huggingface_hub.
Browse files- README.md +10 -0
- config.json +14 -0
- model.safetensors +3 -0
README.md
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: mit
|
| 3 |
+
tags:
|
| 4 |
+
- model_hub_mixin
|
| 5 |
+
- pytorch_model_hub_mixin
|
| 6 |
+
---
|
| 7 |
+
|
| 8 |
+
This model has been pushed to the Hub using the [PytorchModelHubMixin](https://huggingface.co/docs/huggingface_hub/package_reference/mixins#huggingface_hub.PyTorchModelHubMixin) integration:
|
| 9 |
+
- Library: https://github.com/CPJKU/beat_this
|
| 10 |
+
- Docs: [More Information Needed]
|
config.json
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"dropout": {
|
| 3 |
+
"frontend": 0.1,
|
| 4 |
+
"transformer": 0.2
|
| 5 |
+
},
|
| 6 |
+
"ff_mult": 4,
|
| 7 |
+
"head_dim": 32,
|
| 8 |
+
"n_layers": 6,
|
| 9 |
+
"partial_transformers": true,
|
| 10 |
+
"spect_dim": 128,
|
| 11 |
+
"stem_dim": 32,
|
| 12 |
+
"sum_head": true,
|
| 13 |
+
"transformer_dim": 512
|
| 14 |
+
}
|
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f758c77ba5d862cad3718a95705964e9af55298b1fb3544c62c9d79184ea0f2e
|
| 3 |
+
size 81029488
|