mirror of
https://github.com/hiyouga/LLaMA-Factory.git
synced 2025-12-18 04:40:35 +08:00
[trainer] fix llama3.2 vision kto train (#6904)
Former-commit-id: b7fd1e9c00
This commit is contained in:
@@ -285,6 +285,8 @@ class KTODataCollatorWithPadding(MultiModalDataCollatorForSeq2Seq):
|
||||
batch["kl_input_ids"] = kl_batch["input_ids"]
|
||||
batch["kl_attention_mask"] = kl_batch["attention_mask"]
|
||||
batch["kl_labels"] = kl_batch["labels"]
|
||||
if "cross_attention_mask" in kl_batch: # for mllama inputs.
|
||||
batch["kl_cross_attention_mask"] = kl_batch["cross_attention_mask"]
|
||||
if "token_type_ids" in kl_batch:
|
||||
batch["kl_token_type_ids"] = kl_batch["token_type_ids"]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user