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
convert_dataset_json.py
--split
https://github.com/mosaicml/llm-foundry/blob/bd8127252c660e45ed01413645d29427f86c085a/scripts/data_prep/convert_dataset_json.py#L204C4-L204C4
out=os.path.join(args.out_root), should be out=os.path.join(args.out_root, folder_split), as in convert_dataset_hf.py.
out=os.path.join(args.out_root),
out=os.path.join(args.out_root, folder_split),
convert_dataset_hf.py
The text was updated successfully, but these errors were encountered:
I will work on fixing this now
Sorry, something went wrong.
tbarton16
No branches or pull requests
https://github.com/mosaicml/llm-foundry/blob/bd8127252c660e45ed01413645d29427f86c085a/scripts/data_prep/convert_dataset_json.py#L204C4-L204C4
out=os.path.join(args.out_root),
should beout=os.path.join(args.out_root, folder_split),
as inconvert_dataset_hf.py
.The text was updated successfully, but these errors were encountered: