CoolFace
Datasetpublic

jhartquist/guitarset

GuitarSet GuitarSet v1.1.0 (Xi et al. 2018) on HuggingFace. 360 rows × 4 audio captures per row + canonical labels derived from the original JAMS. Three documented upstream errata are corrected (see below); the original file-based distribution lives on Zenodo with a permanent DOI. CC-BY 4.0. Schema Column Type Notes track_id string e.g. 00_BN1-129-Eb_comp player int32 0–5 style string comp | solo tempo_bpm float64 key, mode, key_mode string… See the full description on the dataset page: https://huggingface.co/datasets/jhartquist/guitarset.

sourceHugging Facecc-by-4.0updated 5mo agoView on Hugging Face
0likes936downloads
Dataset Card

GuitarSet

GuitarSet v1.1.0 (Xi et al. 2018) on HuggingFace. 360 rows × 4 audio captures per row + canonical labels derived from the original JAMS. Three documented upstream errata are corrected (see below); the original file-based distribution lives on Zenodo with a permanent DOI. CC-BY 4.0.

Schema

ColumnTypeNotes
track_idstringe.g. 00_BN1-129-Eb_comp
playerint320–5
stylestringcomp \solo
tempo_bpmfloat64
key, mode, key_modestringe.g. Eb, major, Eb:major
duration_sfloat64
audio_mono_micAudio @ 44.1 kHz1ch dynamic microphone
audio_mono_pickup_mixAudio @ 44.1 kHz1ch sum of all 6 strings
audio_hex_originalAudio @ 44.1 kHz6ch hex pickup, with bleed
audio_hex_debleededAudio @ 44.1 kHz6ch hex pickup, bleed-corrected
noteslist of {onset_s, offset_s, midi, string}sorted by onset; midi continuous; string ∈ 0..5
f0_by_stringlist of 6 lists of {t, hz}voiced frames only; native hop ≈ 5.805 ms
chordslist of {onset_s, offset_s, label}manually verified
beats_slist of float64

Hex variants are 6-channel WAV; the viewer shows a player but most browsers can't decode multichannel WAV in-page — decode programmatically with soundfile / librosa. Hex channels align with the string field on notes / f0_by_string.

Errata applied

Fixes baked into notes.

TrackIssueFix
04_BN3-154-E_compnotes shifted +0.409 ssubtract 0.409 s (#5)
04_Jazz1-200-B_compnotes shifted +0.309 ssubtract 0.309 s (#5)
02_Funk2-119-G_compduplicate note at t≈10.860drop shorter (#4)

Citation

bibtex
@inproceedings{xi2018guitarset,
  title={GuitarSet: A Dataset for Guitar Transcription},
  author={Xi, Qingyang and Bittner, Rachel M. and Ye, Xuzhou and Pauwels, Johan and Bello, Juan Pablo},
  booktitle={Proceedings of the 19th International Society for Music Information Retrieval Conference (ISMIR)},
  year={2018},
  pages={453--460},
}

License: CC-BY 4.0 (same as the upstream Zenodo distribution; see LICENSE).