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
I have read the above rules and searched the existing issues.
System Info
Hi, I am training qwen2-vl on a dataset containing images paired with instructions. After pre-processing the whole dataset, and tokenising it, I can finally train the model. However, in the middle of training, I get a mismatch error, as if one datapoint was not correctly truncated to the set up cutoff_len, which is 4096.
Reminder
System Info
Hi, I am training qwen2-vl on a dataset containing images paired with instructions. After pre-processing the whole dataset, and tokenising it, I can finally train the model. However, in the middle of training, I get a mismatch error, as if one datapoint was not correctly truncated to the set up
cutoff_len
, which is 4096.Reproduction
Training script:
And here is the error I get:
Is it an issue in the pre-processing method? Somehow some datapoints were not correctly truncated to 4096?
Many thanks
Others
No response
The text was updated successfully, but these errors were encountered: