Files
MultimodalOCR/models/mPLUG_Owl/configs/v0.yaml
lz 3213a65d96 add readme (#10)
* Update Readme.md

* Update Readme.md

* Update Readme.md

* Update Readme.md

* Update Readme.md

* Update Readme.md

* Update Readme.md

* Update Readme.md

* Update Readme.md

* Update Readme.md

* Update Readme.md

* Update Readme.md

* Update Readme.md

* remove submodule

* add mPLUG MiniGPT4

* Update Readme.md

* Update Readme.md

* Update Readme.md

---------

Co-authored-by: Yuliang Liu <34134635+Yuliang-Liu@users.noreply.github.com>
2023-06-01 09:57:03 +08:00

12 lines
248 B
YAML

data_files: [
'sft_v0.1_train.jsonl',
'sft_v0.1_dev.jsonl'
]
train_processors: {
sft: {type: 'CaptionProcessor', image_size: 224, min_scale: 0.5, randaug: False}
}
valid_processors: {
sft: {type: 'DefaultProcessor', image_size: 224}
}