mPLUG-Owl icon indicating copy to clipboard operation
mPLUG-Owl copied to clipboard

请问是否支持中文数据微调呀?May I finetune mPLUG-Owl with chinese image-text pair?

Open LianghuiGuo opened this issue 1 year ago • 2 comments

可否用中文的图文对进行SFT呢? May I finetune mPLUG-Owl with chinese image-text pair?

LianghuiGuo avatar Nov 20 '23 08:11 LianghuiGuo

Sure.

MAGAer13 avatar Nov 21 '23 03:11 MAGAer13

@MAGAer13, while passing below one as input to MplugOwlForConditionalGeneration, it forces me to pass non_padding_mask, non_media_mask and prompt_mask as input too even though those are optional in the forward pass. Why is this the case?

inputs = {
    "pixel_values": image_pixel_values,
    "video_pixel_values": video_pixel_values,
    "input_ids": input_ids,
    "num_images": num_images_tensor,
    "num_videos": num_videos_tensor,
    "attention_mask": attention_mask,
}

shaswati1 avatar Dec 04 '23 01:12 shaswati1