mirror of
https://github.com/hiyouga/LLaMA-Factory.git
synced 2025-07-31 10:42: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": {
|
||||
"role_tag": "role",
|
||||
"content_tag": "content",
|
||||
"user_tag": "human",
|
||||
"user_tag": "user",
|
||||
"assistant_tag": "assistant"
|
||||
}
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user