admin
commited on
Commit
·
8aa2ec3
1
Parent(s):
13faf98
upd cite
Browse files
README.md
CHANGED
@@ -294,15 +294,21 @@ We discovered that the data were highly imbalanced after processing, with the qu
|
|
294 |
## Mirror
|
295 |
<https://www.modelscope.cn/datasets/monetjoe/EMelodyGen>
|
296 |
|
|
|
|
|
|
|
297 |
## Cite
|
298 |
```bibtex
|
299 |
-
@
|
300 |
-
title
|
301 |
-
author
|
302 |
-
|
303 |
-
|
304 |
-
|
305 |
-
|
306 |
-
url
|
307 |
}
|
308 |
-
```
|
|
|
|
|
|
|
|
294 |
## Mirror
|
295 |
<https://www.modelscope.cn/datasets/monetjoe/EMelodyGen>
|
296 |
|
297 |
+
## Evaluation
|
298 |
+
<https://huggingface.co/monetjoe/EMelodyGen>
|
299 |
+
|
300 |
## Cite
|
301 |
```bibtex
|
302 |
+
@misc{zhou2025emelodygenemotionconditionedmelodygeneration,
|
303 |
+
title = {EMelodyGen: Emotion-Conditioned Melody Generation in ABC Notation with the Musical Feature Template},
|
304 |
+
author = {Monan Zhou and Xiaobing Li and Feng Yu and Wei Li},
|
305 |
+
year = {2025},
|
306 |
+
eprint = {2309.13259},
|
307 |
+
archiveprefix = {arXiv},
|
308 |
+
primaryclass = {cs.IR},
|
309 |
+
url = {https://arxiv.org/abs/2309.13259}
|
310 |
}
|
311 |
+
```
|
312 |
+
|
313 |
+
## Reference
|
314 |
+
- <https://arxiv.org/pdf/2309.13259>
|