Skip to content
  • This project
    • Loading...
  • Sign in

wanghai-tech / hikoon-ACR

Go to a project
Toggle navigation
Toggle navigation pinning
  • Projects
  • Groups
  • Snippets
  • Help
  • Project
  • Activity
  • Repository
  • Pipelines
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • Network
  • Create a new issue
  • Builds
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • hikoon-ACR
  • acr-engine
  • data
  • models_v3
  • song_to_idx.json
  • cnb.bofCdSsphPA's avatar
    Connect real evaluation outputs to release artifacts · 1b812bea ...
    1b812bea
    Make the benchmark pipeline produce reusable release artifacts from actual evaluation results so model iterations can be tracked, reviewed, and shipped with evidence.
    
    Constraint: Continuous training only helps if each stage emits durable reports and release metadata
    Rejected: Keep artifact generation as a disconnected smoke utility | would block repeatable release discipline
    Confidence: high
    Scope-risk: moderate
    Directive: Next iterations should improve hard-case metrics on real/whitelisted datasets and keep artifact generation on every training milestone
    Tested: synthetic_v2 data regeneration; 2-epoch CPU training; index build; fast evaluation JSON export; artifact generation to reports/smoke-v2/synthetic_v2
    Not-tested: full melody-aware slow evaluation as release default; real external dataset benchmark generation
    cnb.bofCdSsphPA authored 2026-06-02 12:08:20 +0800
song_to_idx.json 296 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
{
  "song_0000": 0,
  "song_0001": 1,
  "song_0002": 2,
  "song_0003": 3,
  "song_0004": 4,
  "song_0005": 5,
  "song_0006": 6,
  "song_0007": 7,
  "song_0008": 8,
  "song_0009": 9,
  "song_0010": 10,
  "song_0011": 11,
  "song_0012": 12,
  "song_0013": 13,
  "song_0014": 14,
  "song_0015": 15
}