Open jamaliki opened 1 year ago
Thank you! I think there is still an issue either during training or with the way I'm running the model. It seems like it thinks everything is a non-binding site for some reason. I really can't say why considering it seems to get about 95% accuracy. I thought this might be due to an imbalance in the number of non-binding sites vs. binding sites. However, I trained a new model to take this into account and I am still having the same issue. (see this new training script)
Hi, this is Kiarash.
So you are incorrectly loading your already trained weights. LoRA weights are not the same as other HF weights, you need to load them on top of your base model. This was already described in the link I sent you, but for your convenience, I am sharing the exact lines of code you would need to run.