-
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add instructions for dataset preparation
- Loading branch information
Showing
1 changed file
with
13 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# How to prepare dataset for training | ||
|
||
1. Download Ukrainian dataset from [https://github.com/egorsmkv/speech-recognition-uk](https://github.com/egorsmkv/speech-recognition-uk). | ||
2. Delete Common Voice folder in dataset | ||
3. Download [import_ukrainian.py](scripts/import_ukrainian.py) and put into DeepSpeech/bin folder. | ||
4. Run import script | ||
5. Download Common Voice 6.1 Ukrainian dataset | ||
6. Convert to DeepSpeech format | ||
7. Merge train.csv from dataset and from DeepSpeech into one file | ||
8. Put CV files into dataset files folder | ||
9. Put dev.csv and test.csv into folder | ||
|
||
You have a reproducible dataset! |