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 am using SFTTrainer with preprocessed datasets (input_ids, attention_mask, labels) and for some reason:
There is a progress bar for processing that i don't know what is doing exactly
The training is giving me the error in the title of the issue.
I think there should be a flag somewhere to tell the trainer if the data is preprocessed and ready for direct training or automatic preperation is required
The text was updated successfully, but these errors were encountered:
I am using
SFTTrainer
with preprocessed datasets (input_ids
,attention_mask
,labels
) and for some reason:I think there should be a flag somewhere to tell the trainer if the data is preprocessed and ready for direct training or automatic preperation is required
The text was updated successfully, but these errors were encountered: