Skip to content
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

Open
Param-Raval opened this issue Jun 23, 2020 · 5 comments
Open

Testing on custom questions/queries #20

Param-Raval opened this issue Jun 23, 2020 · 5 comments

Comments

@Param-Raval
Copy link

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?

@gouldju1
Copy link

+1

@Akshaysharma29
Copy link

Akshaysharma29 commented Sep 15, 2020

Hi, @Param-Raval have you solved this issue as I am facing the same issue(on Sparc dataset).

@Param-Raval
Copy link
Author

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:

  • logs_sparc_editsql
  • processed_data_sparc_removefrom
  • processed_data_sparc_removefrom_test

After the preprocessing steps, these will appear again but with the changes you made in the json file.

@Akshaysharma29
Copy link

Hi @Param-Raval thanks for the response but the issue is due to OOV as described in the below issue
#21
Hence Solving OOV issue has solved this issue.

@imanuelroz
Copy link

@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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants