Open RegaliaXYZ opened 4 years ago
Thanks for your pull request. It looks like this may be your first contribution to a Google open source project (if not, look below for help). Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).
:memo: Please visit https://cla.developers.google.com/ to sign.
Once you've signed (or fixed any issues), please reply here with @googlebot I signed it!
and we'll verify it.
ℹ️ Googlers: Go here for more info.
@googlebot I signed it!
Fixed Common Voice data generator by adding a flag to the
datagen.py
file for the language code (--language="en"
, if not specified it defaults to english) and dynamically downloading the correct language dataset.Also had to rework the architecture of the data unpacking since Mozilla changed their folder architecture.
Also removed the sub-problems of Common Voice (Noisy, Clean, FullTestClean since all the previous .tsv files were merged (no more other-train, other-test etc)