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_v4
  • song_to_idx.json
  • cnb.bofCdSsphPA's avatar
    Add external dataset bootstrap and record hard-case oversampling regression · ad350314 ...
    ad350314
    Extend the data ingress path with bootstrap manifests for real datasets and capture an unsuccessful hard-case oversampling experiment so future iterations can avoid repeating the same weak strategy.
    
    Constraint: Continuous optimization requires preserving negative results, not just successful ones
    Rejected: Drop the oversampling attempt without record | would lose evidence and encourage redoing the same low-yield change
    Confidence: high
    Scope-risk: moderate
    Directive: Next hard-case work should focus on melody-aware supervision and harder negatives instead of naive sample repetition
    Tested: bootstrap manifest generation for FMA and CCMusic; 2-epoch CPU training for models_v4; index_v4 build; fast eval JSON generation for smoke-v4
    Not-tested: whitelisted real audio ingestion beyond placeholder manifests; full melody-aware slow-eval on models_v4
    cnb.bofCdSsphPA authored 2026-06-02 12:11:02 +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
}