Train this model
How to train this model using Autotrain. I have data set of Linux commands with three column "number", "text" and "description" when I am running this with Autotrain getting this error
ERROR | 2024-07-30 10:49:51 | autotrain.trainers.common:wrapper:121 - Error occurred while packing the dataset. Make sure that your dataset has enough samples to at least yield one packed sequence.
Hi,
While I don't personally use Autotrain, from the error message, it looks like you're encountering an issue with your dataset rather than the model itself.
It's possible you're formatting your data incorrectly, or perhaps the block length is set too large for the amount of data you have. You might want to try different datasets to see which one works, then align your data to match that format. Also, as this is an instruct model, make sure you format your dataset with the ChatML template.
Thanks for your response. In case you have some sample data which I could refer for formatting, that would be great.