-
Notifications
You must be signed in to change notification settings - Fork 9
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
Predict command fails #5
Comments
Hi Liran, thanks for bringing these issues to our attention!
2+3. I tried replicating the issue you described with the qasper dataset in the environment where our original experiments were carried out and also in a freshly installed environment, but couldn't encounter any problems. Can you specify the dataset and model that you used? |
I also encountered problem 3. |
@jzhang38 Can you please provide the error message and the output from |
I also have this problem follow using the same command in the repo. @liranringel Did you find the solution for this?
|
@jxiw no, sorry. |
@eladsegal thank the authors for this great work! Is it possible for you to release those model numbers in validation dataset? That be very helpful for me! thank. |
First I want to thank the authors for this great work! I might find it useful for my research.
I encountered 3 problems:
evaluator/dataset_evaluator.py
, in the usage ofhf_hub_download
, I got an exception because it was used that way:hf_hub_download(repo_id="datasets/tau/scrolls", filename="metrics/scrolls.py")
instead ofhf_hub_download(repo_id="tau/scrolls", filename="metrics/scrolls.py", repo_type="dataset")
. I don't know why it worked for you, perhaps there was a breaking change in the datasets library recently. Would you want me to open a PR for that?python scripts/execute.py scripts/commands/generate.py {dataset}_{model}_{split} --checkpoint_path path/to/model/folder
) took a very long time, much more than the fine-tuning of 256-bart. There was a warning that might be related saying:Edit: I now noticed that this warning is emitted only when I use more than one GPU. However, it is still slower than expected.
3. It failed with the following exception:
The text was updated successfully, but these errors were encountered: