LoRA icon indicating copy to clipboard operation
LoRA copied to clipboard

Is the output the entire model?

Open licy02 opened this issue 1 year ago • 3 comments

We use lora , is the output the whole model

licy02 avatar Oct 15 '23 05:10 licy02

Can you elaborate on what you meant by output?

edwardjhu avatar Oct 29 '23 00:10 edwardjhu

I had some issues with my previous statement. What I meant was the model weights after fine-tuning. In previous projects I've worked on, they would only store the LoRA weights after fine-tuning. However, in this project, it stored all weight parameters after fine-tuning, and I would like to inquire whether it was an issue with my fine-tuning or if it was originally intended to be this way.

licy02 avatar Oct 29 '23 01:10 licy02

Hi @licy02,

In the Lora project, storing all weight parameters post-fine-tuning is intentional and differs from some previous projects. This is to provide the complete model state for flexibility and use-case coverage. Hope this helps!

zamalali avatar Feb 20 '24 14:02 zamalali