Push model using huggingface_hub.
Browse files- README.md +12 -16
- config.json +7 -4
- model.safetensors +2 -2
README.md
CHANGED
|
@@ -1,20 +1,16 @@
|
|
| 1 |
---
|
| 2 |
license: mit
|
| 3 |
-
|
| 4 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 5 |
---
|
| 6 |
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
refine BPM and anchor TJA barlines to detected downbeats (handles pickups).
|
| 12 |
-
|
| 13 |
-
```python
|
| 14 |
-
from softchart.generate import load_hf
|
| 15 |
-
beat_model = load_hf("JacobLinCool/softchart-beat", device="cuda")
|
| 16 |
-
# beat_model.beat(encoder_output) -> (T/4, 2) beat/downbeat logits
|
| 17 |
-
```
|
| 18 |
-
|
| 19 |
-
Part of [SoftChart](https://github.com/JacobLinCool/SoftChart). MIT-licensed; trained
|
| 20 |
-
on community-made charts.
|
|
|
|
| 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
CHANGED
|
@@ -1,15 +1,17 @@
|
|
| 1 |
{
|
| 2 |
"aux": true,
|
| 3 |
-
"beat":
|
| 4 |
"capabilities": {
|
| 5 |
"align": false,
|
| 6 |
"aux": true,
|
| 7 |
"beat_head": true,
|
| 8 |
-
"ctx":
|
|
|
|
| 9 |
"func_time": false,
|
| 10 |
"mask_infill": false,
|
| 11 |
"plan": false,
|
| 12 |
-
"sibling":
|
|
|
|
| 13 |
"style": false,
|
| 14 |
"sync_token": false
|
| 15 |
},
|
|
@@ -19,6 +21,7 @@
|
|
| 19 |
"ffn": 1024,
|
| 20 |
"func_time": false,
|
| 21 |
"global_ctx": false,
|
|
|
|
| 22 |
"ptr": false,
|
| 23 |
-
"vocab_size":
|
| 24 |
}
|
|
|
|
| 1 |
{
|
| 2 |
"aux": true,
|
| 3 |
+
"beat": "hires",
|
| 4 |
"capabilities": {
|
| 5 |
"align": false,
|
| 6 |
"aux": true,
|
| 7 |
"beat_head": true,
|
| 8 |
+
"ctx": false,
|
| 9 |
+
"dual": false,
|
| 10 |
"func_time": false,
|
| 11 |
"mask_infill": false,
|
| 12 |
"plan": false,
|
| 13 |
+
"sibling": false,
|
| 14 |
+
"slot": false,
|
| 15 |
"style": false,
|
| 16 |
"sync_token": false
|
| 17 |
},
|
|
|
|
| 21 |
"ffn": 1024,
|
| 22 |
"func_time": false,
|
| 23 |
"global_ctx": false,
|
| 24 |
+
"in_ch": 128,
|
| 25 |
"ptr": false,
|
| 26 |
+
"vocab_size": 1810
|
| 27 |
}
|
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:f46e33d74b5511e074e02f4ad63611bd15a2bb2d26770aefb4a41761814d8d2c
|
| 3 |
+
size 33073524
|