[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 57c6e23247
commit 00c4988f89
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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