defget_fix_data(train_dl,test_dl,text_encoder,args):fixed_image_train,fixed_word_train,fixed_sent_train=get_one_batch_data(train_dl,text_encoder,args)fixed_image_test,fixed_word_test,fixed_sent_test=get_one_batch_data(test_dl,text_encoder,args)fixed_image=torch.cat((fixed_image_train,f...
train_on_split: train # Optional[str] name of dataset split to load from # Optional[str] fastchat conversation type, only used with type: sharegpt conversation: # Options (see Conversation 'name'): https://github.com/lm-sys/FastChat/blob/main/fastchat/conversation.py field_human...