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

Need suggestion for finetuning this model for DOC-VQA task #256

Open
shubhamReal opened this issue Dec 30, 2024 · 1 comment
Open

Need suggestion for finetuning this model for DOC-VQA task #256

shubhamReal opened this issue Dec 30, 2024 · 1 comment

Comments

@shubhamReal
Copy link

Since this model is very good at OCR. I was thinking I could finetune it for general document understanding. I finetuned the model for docvqa using swift but results were not great.
Now I am thinking to do the SFT training with cauldron and docmatx dataset first and then do the finetuning on DOC-VQA.

i need opinion of Authors of this paper

@Ucas-HaoranWei
Copy link
Owner

Ucas-HaoranWei commented Dec 31, 2024

Hello, I don't think this model will be good at DocVQA:

  1. VQA task benefits from the LLM, the larger the better. Yet GOT is only 0.5B.
  2. DocVQA needs more vision tokens (e.g., the compression ratio of image token and text token may be 1:1) to make it easier for LLM to do QA-task. However, the number of image tokens of GOT is only 256 and the image compression rate is too high.

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

2 participants