JacobLinCool commited on
Commit
22ea92a
·
verified ·
1 Parent(s): 85011cf

Push model using huggingface_hub.

Browse files
Files changed (3) hide show
  1. README.md +12 -16
  2. config.json +7 -4
  3. model.safetensors +2 -2
README.md CHANGED
@@ -1,20 +1,16 @@
1
  ---
2
  license: mit
3
- library_name: softchart
4
- tags: [taiko, beat-tracking, downbeat, music]
 
 
 
 
 
 
5
  ---
6
 
7
- # SoftChart Beat
8
-
9
- An 8.1M encoder–decoder with a beat/downbeat head, trained on TJA measure grids.
10
- On held-out songs: **beat F 0.87, downbeat F 0.62** (@70 ms). Used by SoftChart to
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": true,
4
  "capabilities": {
5
  "align": false,
6
  "aux": true,
7
  "beat_head": true,
8
- "ctx": true,
 
9
  "func_time": false,
10
  "mask_infill": false,
11
  "plan": false,
12
- "sibling": true,
 
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": 1802
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:2b7b97c29ac086a44f674c4c06b4d83bd6932493505cc073340841ca9ef5233c
3
- size 32539324
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f46e33d74b5511e074e02f4ad63611bd15a2bb2d26770aefb4a41761814d8d2c
3
+ size 33073524