There is no such thing as “running model with your training data”. To change model’s behavior you need to fine-tune it, which means: to continue training it on your own data set. For this to happen you need to have your own dataset, computing power and knowledge how to do it because you may as well make your model performing worse. It is not an easy task.
It’s not easy, but it’s done all the time. New models, new LoRAs, and in some cases, the training data doesn’t even need to be very large for a specific task.
You don’t need the entire training dataset that the model was built from.
Yes a long time ago and they don’t, but the AI models and training data are two different things.
Also as they are open source, there’s nothing stopping anyone from running these AI models locally with your own training data.
There is no such thing as “running model with your training data”. To change model’s behavior you need to fine-tune it, which means: to continue training it on your own data set. For this to happen you need to have your own dataset, computing power and knowledge how to do it because you may as well make your model performing worse. It is not an easy task.
It’s not easy, but it’s done all the time. New models, new LoRAs, and in some cases, the training data doesn’t even need to be very large for a specific task.
You don’t need the entire training dataset that the model was built from.