This repository has been archived on 2026-03-23. You can view files and clone it, but cannot push or open issues or pull requests.
icefall/.github/scripts/download-gigaspeech-dev-test-dataset.sh
2024-01-14 08:05:49 -05:00

18 lines
369 B
Bash
Executable File

#!/usr/bin/env bash
# This script downloads the pre-computed fbank features for
# dev and test datasets of GigaSpeech.
#
# You will find directories `~/tmp/giga-dev-dataset-fbank` after running
# this script.
set -e
mkdir -p ~/tmp
cd ~/tmp
git lfs install
git clone https://huggingface.co/csukuangfj/giga-dev-dataset-fbank
ls -lh giga-dev-dataset-fbank/data/fbank