You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Your question
If I change the seq-length during training, like 4096 -> 8192, or 4096 -> 1024, will the data loader reset the order of the dataset or continue with the old order?
I want to change the seq-length after training maybe 100k steps, and I need the model to continue train with the left data, will Megatron-LM do this by default?
This discussion was converted from issue #1002 on August 21, 2024 18:24.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Your question
If I change the
seq-length
during training, like 4096 -> 8192, or 4096 -> 1024, will the data loader reset the order of the dataset or continue with the old order?I want to change the
seq-length
after training maybe 100k steps, and I need the model to continue train with the left data, will Megatron-LM do this by default?Beta Was this translation helpful? Give feedback.
All reactions