-
Notifications
You must be signed in to change notification settings - Fork 21
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
No such file or directory: 'data/scores_all_data.pkl' #7
Comments
Hi! This file is provided through the Mind2Web project, you can download it from their shared link. |
Thanks for your prompt response. I tried following and downloading from the shared link above but it seems there's only three folders: test_website, test_task, and test_domain, and I still cannot find the pkl file. Can you please help to check? Thanks a lot! |
This link seems to work. It's a bit hard to find in their repo, I'll add this link to my repo too for the ease of downloading. |
Thank you so much! |
Hi @zorazrw, Would you mind uploading scores_all_data.pkl file again? It seems that the updated link failed again. |
I encounter the same issue as @xiaobaishu0097 |
This issue has the 'data/scores_all_data.pkl'. |
Hi, thanks for the interesting work!
I'm trying to run the offline_induction.py
code python offline_induction.py --mode auto --domain Travel --subdomain Airlines --website aa --model "gpt-4o" --output_dir "workflow"
within mind2web, and I'm encountering this error: (Line 97 of offline_induction.py)
No such file or directory:
'data/scores_all_data.pkl'
In the data folder, there are only test/, train/, and memory/. Could you please help advice where the
scores_all_data.pkl
come from? Thanks a lot!The text was updated successfully, but these errors were encountered: