Skip to content
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

Write dataset class that tokenizes on the fly #40

Closed
sdtblck opened this issue Jan 5, 2021 · 1 comment
Closed

Write dataset class that tokenizes on the fly #40

sdtblck opened this issue Jan 5, 2021 · 1 comment
Labels
feature request New feature or request
Projects

Comments

@sdtblck
Copy link
Contributor

sdtblck commented Jan 5, 2021

Our current dataset class leaves a lot to be desired.
Ideally, we would have a dataset class that takes in text data and processes it on the fly, using multiple workers, similar to the dataloader in MegatronLM https://github.com/microsoft/DeepSpeedExamples/blob/master/Megatron-LM/gpt2_data_loader.py

@StellaAthena StellaAthena added this to To do in 1T or BUST via automation Jan 6, 2021
@StellaAthena StellaAthena added the feature request New feature or request label Jan 6, 2021
@StellaAthena StellaAthena moved this from To do to In progress in 1T or BUST Jan 6, 2021
@StellaAthena
Copy link
Member

Superseded by codebase refactoring.

1T or BUST automation moved this from In progress to Done Feb 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request New feature or request
Projects
Development

Successfully merging a pull request may close this issue.

2 participants