-
Notifications
You must be signed in to change notification settings - Fork 257
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
Egoschema results iconsistency #255
Comments
Most of the cases may be caused by inconsistent versions of peft, which should be 0.5.0. in specific cases, you can attach the runtime file logjudge |
Hi, I leave the config and my requirements (the code is exactly the same), could you check what I'm doing wrong? I think it's weird because the difference is -13.6% which is a lot for library mismatches. Also, could you do pip freeze so I can use exactly the same versions? |
Solved. Thank you for the help! |
Just one more thing, for next qa, are you using the validation or test split for evaluation? |
Hi, I've ran your code "demo_mistral.ipynb" with the exact same library and python versions yet my accuracy is around 0.5 as opposed to 63.6 from your paper. I'm using mistral, stage3 and the exact same folders that I downloaded of config_mistral.json. What am I doing wrong?
The text was updated successfully, but these errors were encountered: