tsw0411's picture
Upload 2 files
8555515 verified
raw
history blame contribute delete
201 Bytes
from huggingface_hub import snapshot_download
snapshot_download(
repo_id="openslr/librispeech_asr",
repo_type="dataset",
local_dir="./dataset",
allow_patterns="all/train.other.500/*"
)