Monet Joe commited on
Commit
71780fd
1 Parent(s): e2d8e87

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -15,10 +15,10 @@ size_categories:
15
  - n<1K
16
  ---
17
 
18
- The "hoyo_music" dataset serves as a curated collection specifically designed for enthusiasts of miHoYo's music creations, encapsulating an array of piano scores meticulously crafted through the reinterpretation and recreation of iconic melodies from various miHoYo games. Representing a collaborative effort within the community, these piano arrangements showcase a diverse range of musical styles and interpretations, born out of passion and creativity. The dataset stands as a testament to the rich musical landscape cultivated by miHoYo, providing a unique resource for enthusiasts and researchers interested in exploring and analyzing the varied expressions of miHoYo's gaming soundtracks through piano compositions.
19
 
20
  ## Usage
21
- ```
22
  from datasets import load_dataset
23
 
24
  genshin_data = load_dataset("MuGeminorum/hoyo_music", split="train")
@@ -27,7 +27,7 @@ for item in genshin_data:
27
  ```
28
 
29
  ## Maintainence
30
- ```
31
  git clone git@hf.co:datasets/MuGeminorum/hoyo_music
32
  ```
33
 
 
15
  - n<1K
16
  ---
17
 
18
+ This dataset serves as a curated collection specifically designed for enthusiasts of miHoYo's music creations, encapsulating an array of piano scores meticulously crafted through the reinterpretation and recreation of iconic melodies from various miHoYo games. Representing a collaborative effort within the community, these piano arrangements showcase a diverse range of musical styles and interpretations, born out of passion and creativity. The dataset stands as a testament to the rich musical landscape cultivated by miHoYo, providing a unique resource for enthusiasts and researchers interested in exploring and analyzing the varied expressions of miHoYo's gaming soundtracks through piano compositions.
19
 
20
  ## Usage
21
+ ```python
22
  from datasets import load_dataset
23
 
24
  genshin_data = load_dataset("MuGeminorum/hoyo_music", split="train")
 
27
  ```
28
 
29
  ## Maintainence
30
+ ```bash
31
  git clone git@hf.co:datasets/MuGeminorum/hoyo_music
32
  ```
33