
* 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>
12 lines
248 B
YAML
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}
|
|
} |