Replies: 1 comment
-
Please check this section: https://github.com/OpenAccess-AI-Collective/axolotl/blob/main/src/axolotl/utils/data.py#L143 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I want to test different hyperparameters over several training runs. To save time, I'd like to preprocess the dataset once, then use the preprocessed dataset for multiple runs.
I wanted to check which config parameters are fixed during the preprocessing stage in case that conflicts with some of the parameters I want to change. For example, I imagine
sequence_len
andsample_packing
parameters can't be changed without rerunning the preprocessing. Are there other parameters that behave in that way? For example, can batch size be changed after preprocessing, or is that set during preprocessing?Beta Was this translation helpful? Give feedback.
All reactions