Views
No views yet
JacobLinCool/taiko-1000-parsed-clean; it does not use an external pretrained model or an external song planner.| Item | Value |
|---|---|
| Parameters | 8,985,091 |
| Audio encoder / chart decoder | 4 / 4 layers |
| Hidden size / attention heads | 256 / 8 |
| Feed-forward size | 960 |
| Hierarchical section encoder | 2 layers, FFN 512 |
| Vocabulary | 1,810 tokens |
| Audio input | 22,050 Hz, 128-bin log-mel |
hierarchical_ctx, aux, dual, beat_head, and clean_phase. Legacy external plan conditioning is disabled.| Metric | Locked test |
|---|---|
| Exact-slot micro F1 (bounded-safe prefix) | 0.6810 |
| Full-song time F1 @ 25 ms | 0.4715 |
| Full-song time F1 @ 50 ms | 0.5972 |
| Mean per-chart median timing offset | 9.39 ms |
| Don/ka accuracy on 50 ms matches | 0.6551 |
JacobLinCool/softchart Space. Programmatic loading uses the softchart package from the source repository:1from softchart.generate import load_hf, generate_song
2
3model = load_hf("JacobLinCool/softchart-v18", device="cuda")
4chart = generate_song(
5 model,
6 log_mel,
7 course="oni",
8 level=9,
9 device="cuda",
10 greedy=True,
11)preprocessor_config.json: FFmpeg decodes stereo float32 at 22,050 Hz, channels are averaged arithmetically, and a periodic-Hann STFT (n_fft=2048, hop_length=256) is projected to 128 mel bins before natural-log compression.2a7a75f720369db03e5c114eff065de90ccc864259495463287509682c6352dbmodel.safetensors SHA-256: 68d924542033c1ad234ed23329e469cd5caaea4aa72dcfb83dec3a0d76f1295f2d8c542f628decc16b0fdd37befa9eff71b1734da29cf4556943260c2c8c2636