mirror of
https://github.com/hiyouga/LLaMA-Factory.git
synced 2025-08-01 11:12:50 +08:00
[assets] fix incorrect user_tag in dataset_info.json to prevent skipped entries (#8197)
This commit is contained in:
parent
57c6e23247
commit
00c4988f89
@ -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"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user