├── LICENSE ├── arc_dataset.py ├── draw.py ├── figs ├── app_eg_1.jpg ├── app_eg_2.jpg ├── app_eg_3.jpg ├── app_eg_4.jpg └── method.png ├── inference.py ├── method.py ├── readme.md ├── requirements.txt ├── score.py ├── setup_api.sh └── utils.py /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InternLM/ARC-VL/HEAD/LICENSE -------------------------------------------------------------------------------- /arc_dataset.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InternLM/ARC-VL/HEAD/arc_dataset.py -------------------------------------------------------------------------------- /draw.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InternLM/ARC-VL/HEAD/draw.py -------------------------------------------------------------------------------- /figs/app_eg_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InternLM/ARC-VL/HEAD/figs/app_eg_1.jpg -------------------------------------------------------------------------------- /figs/app_eg_2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InternLM/ARC-VL/HEAD/figs/app_eg_2.jpg -------------------------------------------------------------------------------- /figs/app_eg_3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InternLM/ARC-VL/HEAD/figs/app_eg_3.jpg -------------------------------------------------------------------------------- /figs/app_eg_4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InternLM/ARC-VL/HEAD/figs/app_eg_4.jpg -------------------------------------------------------------------------------- /figs/method.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InternLM/ARC-VL/HEAD/figs/method.png -------------------------------------------------------------------------------- /inference.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InternLM/ARC-VL/HEAD/inference.py -------------------------------------------------------------------------------- /method.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InternLM/ARC-VL/HEAD/method.py -------------------------------------------------------------------------------- /readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InternLM/ARC-VL/HEAD/readme.md -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InternLM/ARC-VL/HEAD/requirements.txt -------------------------------------------------------------------------------- /score.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InternLM/ARC-VL/HEAD/score.py -------------------------------------------------------------------------------- /setup_api.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InternLM/ARC-VL/HEAD/setup_api.sh -------------------------------------------------------------------------------- /utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InternLM/ARC-VL/HEAD/utils.py --------------------------------------------------------------------------------