open-compass / open-compass/VLMEvalKit
TextVQA results on LLaVA 1.5 and 1.6
Open
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 4.4k
- Forks
- 768
- Avg merge
- 1d 10h
- Merged PRs (30d)
- 17
Description
- I'm confused as to why for llava1.5, the model used is "liuhaotian/llava-v1.5-7b", but for llava 1.6, it's "llava-hf/llava-v1.6-vicuna-7b-hf" instead of "liuhaotian/llava-v1.6-vicuna-7b"?
- I run the code on "llava_v1.5_7b" but got result only 21.9, which is much lower than the official results of LLaVA. Why did such results occur?
- For "llava_next_vicuna_7b", when I use the original configuration code ("llava-hf/llava-v1.6-vicuna-7b-hf"), the acc is bout 63.9. However, when I change the model to "liuhaotian/llava-v1.6-vicuna-7b" ("llava_next_vicuna_7b": partial(LLaVA, model_path="liuhaotian/llava-v1.6-vicuna-7b"),), the accuracy is suddenly drops to 25.47.
- I notice that for llava, the authors use OCR tokens in the inference process. But it seems that in VLMEvalKit, the OCR tokens are not used?
I'm really confused about these questions. Looking forward to your reply.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by comparing the llava_v1.5_7b and llava_next_vicuna_7b model configurations named in the issue, then trace the TextVQA inference path and its OCR-token handling. Reproduce the reported accuracy differences with both model paths and document whether the results and OCR behavior match the expected configuration.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python, pytorch
- Domain
- computer-vision, machine-learning, testing-qa
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Quiet
- Clarity
- Needs clarification
- Newbie friendliness
- 30/100