MuGeminorum/genshin-abc
收藏资源简介:
该数据集主要包含来自miHoYo游戏《原神》的音乐片段,这些片段已被转换为ABC记谱法,并转调为15个音调。注释信息包括与游戏场景音乐风格相对应的结构细节。该数据集不仅作为游戏音乐提取的成果,还为音乐生成领域的研究提供了重要的训练材料,特别是针对miHoYo游戏音乐的研究。研究人员可以利用该资源深入分析音符和旋律结构等音乐特征,为音乐生成算法的训练和增强提供实质性数据支持。
This dataset primarily comprises music clips from miHoYo's game Genshin Impact, which have been converted to ABC notation and transposed into 15 distinct tonal keys. The accompanying annotations include structural details corresponding to the musical styles of in-game scenes. This dataset not only represents the fruit of game music extraction efforts, but also provides critical training materials for research in the domain of music generation, particularly for studies targeting miHoYo's game music. Researchers can leverage this resource to perform in-depth analyses of musical features such as note and melody structures, thereby providing substantial data support for the training and enhancement of music generation algorithms.
数据集概述
基本信息
- 许可证: cc-by-sa-4.0
- 任务类别:
- 文本生成
- 文本到文本生成
- 文本分类
- 语言:
- 英语
- 中文
- 标签:
- 艺术
- 音乐
- mihoyo
- genshin
- 名称: Dataset of mihoyo game songs in abc notation
- 大小类别: n>300K
数据集描述
该数据集主要包含来自miHoYo游戏《原神》(Genshin Impact)的音乐片段,这些音乐片段已被转换为ABC记谱法,并转调为每首15个音调。标注信息包括与游戏内场景音乐风格相对应的结构细节。该数据集不仅作为游戏音乐提取的成果,还作为音乐生成领域研究的重要训练材料,特别是专注于mihoyo游戏音乐的研究。研究人员可以使用此资源深入分析音乐特征,如音符和旋律结构,为音乐生成算法的训练和增强提供实质性的数据支持。
使用方法
python from datasets import load_dataset
train_set = load_dataset("MuGeminorum/genshin-abc", split="train") eval_set = load_dataset("MuGeminorum/genshin-abc", split="test")
for item in train_set: print(item)
for item in eval_set: print(item)




