Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issues Fine Tuning for new Task #22

Open
arvisioncode opened this issue Sep 24, 2024 · 0 comments
Open

Issues Fine Tuning for new Task #22

arvisioncode opened this issue Sep 24, 2024 · 0 comments

Comments

@arvisioncode
Copy link

Hi,

I am fine-tuning a new key-value extraction task for the Florence model. I started from the notebook from https://colab.research.google.com/drive/1hKDrJ5AH_o7I95PtZ9__VlCTNAo1Gjpf?usp=sharing#scrollTo=zqDWEWDcaSxN

Parameters:

EPOCHS = 200
LR = 2e-6
Model base = microsoft/Florence-2-base-ft

The problem I encountered during training was that the learning capacity for this task was deficient. The model manages to learn the first few key-value pairs but never learns the rest, only the first ones. As a result, the length of the predictions is much shorter than that of the ground truth.

Why is it that the model does not learn all the content of the ground truth?
Is there a learning limitation?
Is there any way to solve this problem?

Regards

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant