OpenCompass/configs/multimodal/minigpt_4
Yuan Liu 78df9bd0cb
[Feature]: Add other public datasets (#206)
* [Feature]: Refactor class name

* [Feature]: Add minigpt-4 coco caption

* [Feature]: Update minigpt-4 coco caption

* [Feature]: Add MiniGPT-4 ScienceQA

* [Feature]: Add minigpt-4 vqav2

* [Feature]: Add VSR

* [Feature]: Revert task to previous version
2023-08-16 11:37:26 +08:00
..
minigpt_4_7b_coco_caption.py [Feature]: Add other public datasets (#206) 2023-08-16 11:37:26 +08:00
minigpt_4_7b_mmbench.py [Feature]: Add other public datasets (#206) 2023-08-16 11:37:26 +08:00
minigpt_4_7b_scienceqa.py [Feature]: Add other public datasets (#206) 2023-08-16 11:37:26 +08:00
minigpt_4_7b_vqav2.py [Feature]: Add other public datasets (#206) 2023-08-16 11:37:26 +08:00
minigpt_4_7b_vsr.py [Feature]: Add other public datasets (#206) 2023-08-16 11:37:26 +08:00
README.md [Feature]: Use multimodal (#73) 2023-08-03 11:07:50 +08:00

MiniGPT-4

Prepare the environment

cd opencompass/multimodal/models/minigpt_4
git clone https://github.com/Vision-CAIR/MiniGPT-4.git

Then prepare the environement according to this doc