Open Param-Raval opened 4 years ago
+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 https://github.com/ryanzhumich/editsql/issues/21 Hence Solving OOV issue has solved this 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?