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

how to train model base on v1_6-sample dataset on local trainset #535

Open
scalaboy opened this issue Apr 3, 2024 · 1 comment
Open
Labels
type/question An issue that's a question

Comments

@scalaboy
Copy link

scalaboy commented Apr 3, 2024

❓ The question

the train.py is base on cloud dataset,however,I have download the v1_6-sample dataset from https://huggingface.co/datasets/allenai/dolma. In this time ,I want just try train model for fun on this local dataset ,may you help me how to do it? in config ,the data is npy file,where in v1_6-sample,the datatype is json .so they are no match

@scalaboy scalaboy added the type/question An issue that's a question label Apr 3, 2024
@epwalsh
Copy link
Member

epwalsh commented Apr 3, 2024

Hey @scalaboy, you can use the tools in Dolma to tokenize the JSON files. See https://github.com/allenai/dolma/blob/main/docs/tokenize.md, for example.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/question An issue that's a question
Projects
None yet
Development

No branches or pull requests

2 participants