Code an model for paper: "WikiMixQA: A Multimodal Benchmark for Question Answering over Tables and Charts" [ACL 2025 - Findings] python scripts/evaluate_vllm.py \ --model-name "OpenGVLab/InternVL2-2B" ...
Follow the instructions to install dependencies. git clone git@github.com:OreoChocolate/LAIN.git conda create -n lain python=3.8.18 conda activate lain conda install pytorch==2.4.1 torchvision==0.19.1 ...