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

Can preprocess_data.py support Huggingface Dataset? #1321

Open
cafeii opened this issue Nov 13, 2024 · 1 comment
Open

Can preprocess_data.py support Huggingface Dataset? #1321

cafeii opened this issue Nov 13, 2024 · 1 comment
Labels
feature request New feature or request

Comments

@cafeii
Copy link

cafeii commented Nov 13, 2024

Since there are many datasets in the format of Huggingface datasets, it would be convenient if preprocess_data.py can directly preprocess and tokenize from HF datasets.

@cafeii cafeii added the feature request New feature or request label Nov 13, 2024
@StellaAthena
Copy link
Member

The overwhelming majority of HuggingFace datasets are not structured in a way that makes sense for LLM pretraining. Given that, what do you envision this looking like? Specifying a field name and only training on the text in that field?

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
None yet
Development

No branches or pull requests

2 participants