Push model using huggingface_hub.
Browse files- README.md +16 -0
- config.json +24 -0
- model.safetensors +3 -0
README.md
ADDED
|
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: mit
|
| 3 |
+
tags:
|
| 4 |
+
- audio-to-symbolic
|
| 5 |
+
- chart-generation
|
| 6 |
+
- model_hub_mixin
|
| 7 |
+
- music
|
| 8 |
+
- pytorch_model_hub_mixin
|
| 9 |
+
- rhythm-game
|
| 10 |
+
- taiko
|
| 11 |
+
---
|
| 12 |
+
|
| 13 |
+
This model has been pushed to the Hub using the [PytorchModelHubMixin](https://huggingface.co/docs/huggingface_hub/package_reference/mixins#huggingface_hub.PyTorchModelHubMixin) integration:
|
| 14 |
+
- Code: https://github.com/JacobLinCool/SoftChart
|
| 15 |
+
- Paper: [More Information Needed]
|
| 16 |
+
- Docs: [More Information Needed]
|
config.json
ADDED
|
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"aux": true,
|
| 3 |
+
"beat": false,
|
| 4 |
+
"capabilities": {
|
| 5 |
+
"align": false,
|
| 6 |
+
"aux": true,
|
| 7 |
+
"beat_head": false,
|
| 8 |
+
"ctx": true,
|
| 9 |
+
"func_time": false,
|
| 10 |
+
"mask_infill": false,
|
| 11 |
+
"plan": true,
|
| 12 |
+
"sibling": true,
|
| 13 |
+
"style": true,
|
| 14 |
+
"sync_token": false
|
| 15 |
+
},
|
| 16 |
+
"d_model": 256,
|
| 17 |
+
"dec_layers": 4,
|
| 18 |
+
"enc_layers": 4,
|
| 19 |
+
"ffn": 1024,
|
| 20 |
+
"func_time": false,
|
| 21 |
+
"global_ctx": false,
|
| 22 |
+
"ptr": false,
|
| 23 |
+
"vocab_size": 1802
|
| 24 |
+
}
|
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3829ea5f2e025c2f6cd59f55359c6fb44cff5c49c42ecf017d2e677626829f17
|
| 3 |
+
size 32537124
|