-
Notifications
You must be signed in to change notification settings - Fork 0
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
Unable to run code #2
Comments
Hi @lisaalaz, Thanks for trying MathSensei. Can you provide the configuration (dataset, model, and task_name) that you are trying to run? |
Hi, the setting is --dataset 'GSM' --model 'pg_walpha_sg'. It seems that --task_name can be anything and it only matters in the naming of the output folder? (I am not trying to read from the outputs already provided because I have replaced the llama model repo I am using with a newer llama version). My setup does not throw any error, but it is not loading the data, presumably because solver does not have have a self.cache attribute? I assume a cache flag needs to be added to the config, what should it be set to? Also could you confirm if you can run this successfully with GSM8K as the dataset. Thanks! |
@lisaalaz I have made some changes to model.py, run.py and utilities.py files. Can you pull the changes and check whether you are able to run the code or not? I am able to load both MATH and GSM8K. Which llama version are you trying? |
@lisaalaz
|
@lisaalaz Can you share your ====Input Arguments==== dictionary? |
Hi, I am unable to run your code. after setting task and dataset in the flags it seems everything should be in order but it just pends indefinitely after showing the tqdm bar of 5000 data samples without making any progress. I see it is supposed to take the samples from self.cache but I do not see this being defined anywhere? Many thanks.
The text was updated successfully, but these errors were encountered: