From 191ca3206469a7952164eebe5f8e8995ed950a9f Mon Sep 17 00:00:00 2001 From: Sandeep Mishra Date: Sun, 30 Mar 2025 22:54:33 -0400 Subject: [PATCH] Update dataset_info.json --- swift/llm/dataset/data/dataset_info.json | 9 +++++++++ 1 file changed, 9 insertions(+) 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"] } ]