Datasets:
File size: 1,444 Bytes
3476d46 449bc9b 63e7ca3 449bc9b 69cae4f 449bc9b 4a3121a 63e7ca3 e6a6dbb 63e7ca3 e6a6dbb 63e7ca3 b9cefee 449bc9b 63e7ca3 21a1331 77022b5 63e7ca3 3476d46 f8f5728 3476d46 f8f5728 3476d46 21a1331 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 |
---
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. |