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

Question: Does training data order matter at all? #57

Closed
jsomeara opened this issue Mar 18, 2023 · 2 comments
Closed

Question: Does training data order matter at all? #57

jsomeara opened this issue Mar 18, 2023 · 2 comments

Comments

@jsomeara
Copy link

I wonder if the order of the data (in https://github.com/tloen/alpaca-lora/blob/main/alpaca_data.json) matters for training.

For example, If I wanted to add my own data to the original dataset in the cleaned JSON file, would it be fine to append it to the end of the JSON? Or should I append and then shuffle the order?

Excuse my ignorance, as I am new to this technology entirely.

Regards

@collant
Copy link

collant commented Mar 18, 2023

I don't think the roder should matter at all, the data is shuffled before training:
image
From train.py

@jsomeara
Copy link
Author

Got it, Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants