PearlLeeStudio commited on
Commit
d63a243
·
verified ·
1 Parent(s): d206246

Fill in arXiv ID 2605.04998

Browse files
Files changed (1) hide show
  1. README.md +7 -4
README.md CHANGED
@@ -110,11 +110,14 @@ print(tokenizer.decode(ids[0].tolist()))
110
 
111
  ## Citation
112
 
 
 
113
  ```bibtex
114
  @misc{lee2026chordmix,
115
- title = {Empirical Study of Pop and Jazz Mix Ratios for Genre-Adaptive Chord Generation},
116
- author = {Lee, Jinju},
117
- year = {2026},
118
- eprint = {arXiv:XXXX.XXXXX}
 
119
  }
120
  ```
 
110
 
111
  ## Citation
112
 
113
+ Preprint: [arXiv:2605.04998](https://arxiv.org/abs/2605.04998).
114
+
115
  ```bibtex
116
  @misc{lee2026chordmix,
117
+ title = {Empirical Study of Pop and Jazz Mix Ratios for Genre-Adaptive Chord Generation},
118
+ author = {Lee, Jinju},
119
+ year = {2026},
120
+ eprint = {2605.04998},
121
+ archivePrefix = {arXiv}
122
  }
123
  ```