-
Notifications
You must be signed in to change notification settings - Fork 67
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
Testing on custom questions/queries #20
Comments
+1 |
Hi, @Param-Raval have you solved this issue as I am facing the same issue(on Sparc dataset). |
Yes, I was able to get a workaround. There are certain folders that need to be deleted in order for the model to register the changes. Delete these and run the training script again:
After the preprocessing steps, these will appear again but with the changes you made in the json file. |
Hi @Param-Raval thanks for the response but the issue is due to OOV as described in the below issue |
@Akshaysharma29 Hi I tryied the adaptation proposed by Param but as I add new data I am facing the problem that you mentioned with OOV, did you manage to solve it? |
I was able to train/test on the given Spider and "spider_data_removefrom" sets but I want to test the model on a given question-query. I tried editing the queries in the dev.json file but the predictions remain the same as the queries in the original dev.json. Can you help me out?
The text was updated successfully, but these errors were encountered: