-
Notifications
You must be signed in to change notification settings - Fork 3.1k
VIVOS dataset for Vietnamese ASR #2780
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
albertvillanova
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @binh234, thanks for this dataset!
There are only some few issues to be fixed before we can merge it to master:
- One is about style. Please run
make style(at the root directory of the datasets repo) to fix it automatically. - The other one is that it misses the dataset card (the README.md file). In order to be able to find this dataset when searching among all datasets in our Datasets Hub, we need all the dataset tags and metadata. In order to generate it, please have a look at
- Our Dataset Card Creation Guide,
- and the corresponding section in How to add one (or several) new datasets to 🤗 Datasets.
datasets/vivos/vivos.py
Outdated
| # dl_manager is a datasets.download.DownloadManager that can be used to download and extract URLs | ||
| # It can accept any type or nested list/dict and will give back the same structure with the url replaced with path to local files. | ||
| # By default the archives will be extracted and a path to a cached folder where they are extracted is returned instead of the archive | ||
| dl_path = dl_manager.download_and_extract(_DATA_URL.format(self.config.name)) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think there is no need of the .format(self.config.name) part of the code.
albertvillanova
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks again for all your fixes and improvements! :)
Just some minor fixes and we are ready to merge into master.
Co-authored-by: Albert Villanova del Moral <[email protected]>
albertvillanova
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you! You did a great job! :)
No description provided.