Datasets:
| task_categories: | |
| - text-generation | |
| tags: | |
| - music | |
| - music-notation | |
| - guitar | |
| - tablature | |
| size_categories: | |
| - 10K<n<100K | |
| dataset_info: | |
| - config_name: default | |
| features: | |
| - name: text | |
| dtype: string | |
| - name: file | |
| dtype: string | |
| splits: | |
| - name: train | |
| num_bytes: 961930414 | |
| num_examples: 47299 | |
| download_size: 75369951 | |
| dataset_size: 961930414 | |
| - config_name: all | |
| features: | |
| - name: file | |
| dtype: string | |
| - name: text | |
| dtype: string | |
| - name: title | |
| dtype: string | |
| - name: track_name | |
| dtype: string | |
| - name: track_number | |
| dtype: int32 | |
| - name: instrument_name | |
| dtype: string | |
| - name: instrument_number | |
| dtype: int32 | |
| - name: tempo | |
| dtype: int32 | |
| - name: tuning | |
| dtype: string | |
| - name: frets | |
| dtype: int32 | |
| splits: | |
| - name: train | |
| num_bytes: 951605310 | |
| num_examples: 188297 | |
| download_size: 75369951 | |
| dataset_size: 951605310 | |
| # Dataset Card for Dataset Name | |
| ## Dataset Description | |
| - **Repository:** https://github.com/vladsavelyev/guitart | |
| ### Dataset Summary | |
| GuitarPro files with song tablatures, converted into [alphaTex](https://alphatab.net/docs/alphatex/introduction) format using this Python [converter](https://github.com/vladsavelyev/guitartab/blob/main/gp_to_tex.py). | |
| ### Supported Tasks and Leaderboards | |
| Supported are NLP tasks, and potentially could be augmented with audio and used to auto-generate tabs from music. | |
| ### Source Data | |
| GuitarPro tabs archive. |