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>
This commit is contained in:
12
models/mPLUG_Owl/configs/v0.yaml
Normal file
12
models/mPLUG_Owl/configs/v0.yaml
Normal file
@@ -0,0 +1,12 @@
|
||||
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}
|
||||
}
|
Reference in New Issue
Block a user