Hacker News new | ask | show | jobs
by vorticalbox 1020 days ago
This is actually what I was hoping for. For Web UI that you can load a model then load some data and hit train.

You can do this in the stable defusion UI to fine tune models with your own dataset

2 comments

Feedback taken. We are working on making it more explicit for users to mention the task and dataset they want to train models on. Additionally, we will introduce a flag to let people mention the prompt they want to use for finetuning these models.
OobaBooga supports this kind of load-and-go LORA: https://github.com/oobabooga/text-generation-webui
Looked at the project. Great initiative.