Question about fine-tuning #943
Unanswered
jimmyparadm
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello. I am trying to fine tune the model. I am testing it with using dataset containing images of 2 car models, and 2 labels that are the model numbers. In the train command, I locked the image tower, as I do not want the model to change how it embeds images.
The issue I have is I am not seeing any improvement in training. The performance in Epoch 1 is roughly the same as Epoch 10. I wonder if I set any parameter wrong in the train command. Any suggestions would be greatly appreciated.
Part of the training dataset (roughly 300 pairs, label are either sg2023 or ql2024):
Command:
Result:
Beta Was this translation helpful? Give feedback.
All reactions