Replies: 1 comment 4 replies
-
|
Because you are using streaming, the dataset was not fully shuffled. You can shuffle the data manually before training |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Used 8 * H100.
Recently I tried to do SFT on qwen3-vl-8b. I prepare a dataset(200,000 data, around 160,000 task specific data and 40,000 sharegpt4v data)
then I come across this loss

I have verified that the training data is being shuffled properly, and one epoch takes roughly 6,000 steps.
Beta Was this translation helpful? Give feedback.
All reactions