From 00c4988f89989355e747bde3b222923544fa13e3 Mon Sep 17 00:00:00 2001 From: Muqi Li Date: Wed, 28 May 2025 18:01:37 +0800 Subject: [PATCH] [assets] fix incorrect user_tag in dataset_info.json to prevent skipped entries (#8197) --- data/dataset_info.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/dataset_info.json b/data/dataset_info.json index 21aaf1c5..1ce46396 100644 --- a/data/dataset_info.json +++ b/data/dataset_info.json @@ -274,7 +274,7 @@ "tags": { "role_tag": "role", "content_tag": "content", - "user_tag": "human", + "user_tag": "user", "assistant_tag": "assistant" } },