π Paper | π€ ComTQA Dataset | π€ TabPedia_v1.0
conda create -n TabPedia python=3.10 -y && conda activate TabPedia
pip install torch==2.0.1 torchvision==0.15.2 torchaudio==2.0.2 --index-url https://download.pytorch.org/whl/cu118
pip install packaging && pip install ninja && pip install flash-attn==2.3.6 --no-build-isolation --no-cache-dir
pip install -r requirements.txt
git clone https://github.com/InternLM/xtuner.git -b v0.1.15
cd xtuner
pip install -e '.[all]'
./pretrained_pth/CLIP-ViT-Large../pretrained_pth.tools/configs/Internlm2_7b_chat_TabPedia.py./results.
bash eval_TabPedia.sh
If you find this work useful, please consider citing our paper:
@inproceedings{zhao2024tabpedia,
title={TabPedia: Towards Comprehensive Visual Table Understanding with Concept Synergy},
author = {Weichao Zhao, Hao Feng, Qi Liu, Jingqun Tang, Binghong Wu, Lei Liao, Shu Wei, Yongjie Ye, Hao Liu, Wengang Zhou, Houqiang Li, Can Huang},
booktitle = {Advances in Neural Information Processing Systems},
year = {2024}
}
6 commits
Python
98.8%
Shell
1.2%
π Paper | π€ ComTQA Dataset | π€ TabPedia_v1.0
conda create -n TabPedia python=3.10 -y && conda activate TabPedia
pip install torch==2.0.1 torchvision==0.15.2 torchaudio==2.0.2 --index-url https://download.pytorch.org/whl/cu118
pip install packaging && pip install ninja && pip install flash-attn==2.3.6 --no-build-isolation --no-cache-dir
pip install -r requirements.txt
git clone https://github.com/InternLM/xtuner.git -b v0.1.15
cd xtuner
pip install -e '.[all]'
./pretrained_pth/CLIP-ViT-Large../pretrained_pth.tools/configs/Internlm2_7b_chat_TabPedia.py./results.
bash eval_TabPedia.sh
If you find this work useful, please consider citing our paper:
@inproceedings{zhao2024tabpedia,
title={TabPedia: Towards Comprehensive Visual Table Understanding with Concept Synergy},
author = {Weichao Zhao, Hao Feng, Qi Liu, Jingqun Tang, Binghong Wu, Lei Liao, Shu Wei, Yongjie Ye, Hao Liu, Wengang Zhou, Houqiang Li, Can Huang},
booktitle = {Advances in Neural Information Processing Systems},
year = {2024}
}
6 commits
Python
98.8%
Shell
1.2%