Update README.md
Browse files
README.md
CHANGED
|
@@ -10,12 +10,13 @@ language:
|
|
| 10 |
- en
|
| 11 |
tags:
|
| 12 |
- music
|
| 13 |
-
-
|
| 14 |
-
- abc-notation
|
| 15 |
- sheet-music
|
|
|
|
| 16 |
- text-to-music
|
| 17 |
-
-
|
| 18 |
- music-generation
|
|
|
|
| 19 |
pretty_name: Text2Score ABC Notation Dataset
|
| 20 |
size_categories:
|
| 21 |
- 100K<n<1M
|
|
@@ -30,7 +31,6 @@ A large-scale symbolic music dataset in ABC notation, curated to support text-dr
|
|
| 30 |
[](https://github.com/keshavbhandari/text2score)
|
| 31 |
[](https://keshavbhandari.github.io/portfolio/text2score)
|
| 32 |
|
| 33 |
-
---
|
| 34 |
|
| 35 |
## ๐ Download & Install Dataset
|
| 36 |
|
|
@@ -39,10 +39,9 @@ pip install -U huggingface_hub hf-transfer
|
|
| 39 |
export HF_HUB_ENABLE_HF_TRANSFER=1
|
| 40 |
huggingface-cli download datasets/mimbres/text2score --local-dir ABC_Dataset
|
| 41 |
cd ABC_Dataset
|
| 42 |
-
tar xf
|
| 43 |
```
|
| 44 |
|
| 45 |
-
---
|
| 46 |
|
| 47 |
## ๐ Dataset Description
|
| 48 |
|
|
@@ -57,7 +56,6 @@ This dataset comprises **621,162 pieces in ABC notation**, assembled from multip
|
|
| 57 |
| ASAP Dataset | 234 |
|
| 58 |
| **Total** | **621,162** |
|
| 59 |
|
| 60 |
-
---
|
| 61 |
|
| 62 |
## ๐ Citation
|
| 63 |
|
|
@@ -73,7 +71,6 @@ If you use this dataset, please cite our paper (BibTeX to be updated upon arXiv
|
|
| 73 |
}
|
| 74 |
```
|
| 75 |
|
| 76 |
-
---
|
| 77 |
|
| 78 |
## โ๏ธ License
|
| 79 |
|
|
|
|
| 10 |
- en
|
| 11 |
tags:
|
| 12 |
- music
|
| 13 |
+
- abc
|
|
|
|
| 14 |
- sheet-music
|
| 15 |
+
- symbolic-music
|
| 16 |
- text-to-music
|
| 17 |
+
- text-to-score
|
| 18 |
- music-generation
|
| 19 |
+
|
| 20 |
pretty_name: Text2Score ABC Notation Dataset
|
| 21 |
size_categories:
|
| 22 |
- 100K<n<1M
|
|
|
|
| 31 |
[](https://github.com/keshavbhandari/text2score)
|
| 32 |
[](https://keshavbhandari.github.io/portfolio/text2score)
|
| 33 |
|
|
|
|
| 34 |
|
| 35 |
## ๐ Download & Install Dataset
|
| 36 |
|
|
|
|
| 39 |
export HF_HUB_ENABLE_HF_TRANSFER=1
|
| 40 |
huggingface-cli download datasets/mimbres/text2score --local-dir ABC_Dataset
|
| 41 |
cd ABC_Dataset
|
| 42 |
+
tar xf ABC_Dataset_abci_pkl_json.tar
|
| 43 |
```
|
| 44 |
|
|
|
|
| 45 |
|
| 46 |
## ๐ Dataset Description
|
| 47 |
|
|
|
|
| 56 |
| ASAP Dataset | 234 |
|
| 57 |
| **Total** | **621,162** |
|
| 58 |
|
|
|
|
| 59 |
|
| 60 |
## ๐ Citation
|
| 61 |
|
|
|
|
| 71 |
}
|
| 72 |
```
|
| 73 |
|
|
|
|
| 74 |
|
| 75 |
## โ๏ธ License
|
| 76 |
|