Closed Ph0rk0z closed 1 year ago
If you want to use customized dataset I think currently the best way is just to copy finetune.py to some other file such as finetune1.py and edit it, then check if the data format is correct before training.
I think I actually figured it out and got it working
Any easy way to support other datasets?
I have a big one that is just Prompt and then response without the "input".
I thought to just add new dataset and edit:
But how to tell if dateset is being fed to the model correctly?
Hoping using this directly is faster than training through textgen.. I also find that xformers slows things down :(