diff --git a/swift/llm/dataset/data/dataset_info.json b/swift/llm/dataset/data/dataset_info.json index e59ec84043..b134dcc629 100644 --- a/swift/llm/dataset/data/dataset_info.json +++ b/swift/llm/dataset/data/dataset_info.json @@ -708,5 +708,14 @@ "problem_statement": "query" }, "tags": ["grpo", "code"] + }, + { + "hf_dataset_id": "battleMaster/RLHF-V-ms-swift", + "columns": { + "question": "query", + "chosen": "response", + "rejected": "rejected_response" + }, + "tags": ["rlhf", "dpo", "multi-modal", "en"] } ]