Skip to content
Merged
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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ This repository contains the scripts necessary to generate the LibriVAD dataset,
pip install -r requirements.txt
```

2. **Download Source Data:** Run the `setup.py` script and choose the LibriSpeech mirror closest to your location from `[EU, USA, CN]`. This will download the necessary splits of the LibriSpeech dataset, as well as the `Forced_alignments` and `Noises` data from Hugging Face.
2. **Download Source Data:** Run the `setup.py` script and choose the LibriSpeech mirror closest to your location from `[EU, US, CN]`. This will download the necessary splits of the LibriSpeech dataset, as well as the `Forced_alignments` and `Noises` data from Hugging Face.

*EU Example:*
```bash
Expand Down