Skip to content
New issue

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

WizardLM Data Gone (prep data script error) #153

Open
natolambert opened this issue Apr 25, 2024 · 0 comments · May be fixed by #156
Open

WizardLM Data Gone (prep data script error) #153

natolambert opened this issue Apr 25, 2024 · 0 comments · May be fixed by #156

Comments

@natolambert
Copy link

natolambert commented Apr 25, 2024

MSFT removed it, so prepare_train_data.sh now errors at the end. Should probably document / phase this out.

Simple trace:

Traceback (most recent call last):
  File "/home/nathanl/open-instruct/open_instruct/reformat_datasets.py", line 789, in <module>
    globals()[f"convert_{dataset}_data"](os.path.join(args.raw_data_dir, dataset), os.path.join(args.output_dir, dataset))
  File "/home/nathanl/open-instruct/open_instruct/reformat_datasets.py", line 496, in convert_wizardlm_data
    with open(os.path.join(data_dir, "WizardLM_evol_instruct_V2_143k.json"), "r") as fin:
FileNotFoundError: [Errno 2] No such file or directory: 'data/raw_train/wizardlm/WizardLM_evol_instruct_V2_143k.json'
@natolambert natolambert linked a pull request Apr 29, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant