mirror of
https://github.com/Vision-CAIR/MiniGPT-4.git
synced 2025-04-05 02:20:47 +00:00
Update README_MINIGPTv2_FINETUNE.md
This commit is contained in:
parent
f118d7da6d
commit
f955e62227
@ -74,8 +74,18 @@ detail_23k.json, and complex_reasoning_77k.json in conversation.yaml, detail.yam
|
|||||||
|
|
||||||
### OKVQA
|
### OKVQA
|
||||||
|
|
||||||
|
- [OK-VQA Input Questions](https://okvqa.allenai.org/static/data/OpenEnded_mscoco_train2014_questions.json.zip)
|
||||||
|
- [OK-VQA Annotations](https://okvqa.allenai.org/static/data/mscoco_train2014_annotations.json.zip)
|
||||||
|
- Images are from COCO
|
||||||
|
|
||||||
### AOK-VQA
|
### AOK-VQA
|
||||||
|
|
||||||
|
```
|
||||||
|
export AOKVQA_DIR=YOUR_DATASET_PATH
|
||||||
|
mkdir -p ${AOKVQA_DIR}
|
||||||
|
curl -fsSL https://prior-datasets.s3.us-east-2.amazonaws.com/aokvqa/aokvqa_v1p0.tar.gz | tar xvz -C ${AOKVQA_DIR}
|
||||||
|
```
|
||||||
|
|
||||||
### OCR-VQA
|
### OCR-VQA
|
||||||
- [download script](https://drive.google.com/drive/folders/1_GYPY5UkUy7HIcR0zq3ZCFgeZN7BAfm_?usp=sharing), **we save all files as `.jpg`**
|
- [download script](https://drive.google.com/drive/folders/1_GYPY5UkUy7HIcR0zq3ZCFgeZN7BAfm_?usp=sharing), **we save all files as `.jpg`**
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user