[assets] fix incorrect user_tag in dataset_info.json to prevent skipped entries (#8197)

This commit is contained in:
Muqi Li 2025-05-28 18:01:37 +08:00 committed by GitHub
parent 64379c5e9b
commit 19a5983961

View File

@ -274,7 +274,7 @@
"tags": { "tags": {
"role_tag": "role", "role_tag": "role",
"content_tag": "content", "content_tag": "content",
"user_tag": "human", "user_tag": "user",
"assistant_tag": "assistant" "assistant_tag": "assistant"
} }
}, },