hoyoMusic / README.md
Monet Joe
Update README.md
1144bf8
|
raw
history blame
446 Bytes
metadata
license: mit
task_categories:
  - text-generation
  - text2text-generation
  - text-classification
language:
  - en
  - zh
tags:
  - art
  - music
pretty_name: Dataset of mihoyo game songs in abc notation
size_categories:
  - n<1K

Usage

from datasets import load_dataset

genshin_data = load_dataset("MuGeminorum/hoyo_music")
for item in genshin_data:
  print(item)

Maintainence

git clone git@hf.co:datasets/MuGeminorum/hoyo_music