You need to agree to share your contact information to access this dataset

This repository is publicly accessible, but you have to accept the conditions to access its files and content.

This repository redistributes copyrighted audio from public sources (primarily YouTube) solely for non-commercial research reproducibility of the VoiceGiraffe benchmark. Copyright in each recording remains with its original owner. By requesting access you agree to the terms below.

Log in or Sign Up to review the conditions and access this dataset content.

VoiceGiraffe — Raw Audio Repo

This is the gated audio companion to the public Jashin-Yeah/VoiceGiraffe benchmark. It contains the full-length source recordings referenced by the benchmark's test.jsonl.

⚠️ Access is gated: you must be logged in and accept the terms above to download.

Contents

audio/<youtube_id>.wav   # full-length recordings, 16 kHz

Each file name is the audio id used in the benchmark's test.jsonl. To map a QA item to its recording, take the item's audio field and open audio/<audio>.wav.

Usage

from huggingface_hub import snapshot_download
# after you have been granted access:
snapshot_download("Jashin-Yeah/VoiceGiraffe-RawAudio", repo_type="dataset",
                  local_dir="audio_repo")   # -> audio_repo/audio/*.wav

The QA annotations (questions, answers, rationales) are not here — get them from the public benchmark repo.

License & copyright

The audio recordings are NOT owned or licensed by the VoiceGiraffe authors. Copyright in each recording remains with its original uploader / broadcaster. They are obtained from publicly available online media and redistributed here only to enable reproducible, non-commercial academic evaluation, under gated access.

By accessing them you agree to:

  • use the audio solely for non-commercial research and evaluation;
  • not use the audio for any commercial purpose;
  • not redistribute the audio outside this repository;
  • acknowledge that copyright remains with the original rights holders.

See LICENSE for the full text.

Downloads last month
10