Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 2 additions & 7 deletions docs/data_access.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,8 @@

## Data Download

Please contact greg@mlcommons.org to get access to the data. You will
need to provide an email for us to add to an access control list.
Please get the dataset from an official mirror: https://huggingface.co/datasets/MLCommons/peoples_speech

Once you have access, please download and install
[gsutil](https://cloud.google.com/storage/docs/gsutil). You will need
to run `gsutil auth login` to log into the same account you provided
to greg@mlcommons.org.

Then run the following commands:

Expand Down Expand Up @@ -83,4 +78,4 @@ We show an example script to convert the dataset into a format usable
by NVIDIA NeMo here:
[process_peoples_speech_data.py](/scripts/peoples_speech/process_peoples_speech_data.py). NeMo's
speech recognition input format is described
[here](https://docs.nvidia.com/deeplearning/nemo/user-guide/docs/en/stable/asr/datasets.html#preparing-custom-asr-data).
[here](https://docs.nvidia.com/deeplearning/nemo/user-guide/docs/en/stable/asr/datasets.html#preparing-custom-asr-data).