We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
llamafactory
Just use sharegpt_hyper dataset would cause the error.
sharegpt_hyper
[rank0]: File "/home/xxx/LLaMA-Factory/src/llamafactory/data/aligner.py", line 15 3, in convert_sharegpt [rank0]: {"role": tag_mapping[message[dataset_attr.role_tag]], "content": message[da taset_attr.content_tag]} [rank0]: KeyError: 'user'
code here, when broken_data = True, it doesn't break and cause key error finally.
broken_data = True
No response
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Reminder
System Info
llamafactory
version: 0.9.2.dev0Reproduction
Just use
sharegpt_hyper
dataset would cause the error.code here, when
broken_data = True
, it doesn't break and cause key error finally.Others
No response
The text was updated successfully, but these errors were encountered: