paulthewineguy

Results 2 issues of paulthewineguy

I have noticed that when I fine-tune my model with different epochs, the resulting model parameters are consistently the same, and the file size remains at 443 bytes. Is this...

I am trying to perform sequence classification for text using LLAMA 7B model leveraging LORA training. I have 2 classes. The finetune.py based on PeftModelForSequenceClassification rather than causalLM is running...