PearlLeeStudio commited on
Commit
55cd53e
·
verified ·
1 Parent(s): 80e2f7e

Fill in arXiv ID 2605.04998

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