-
Notifications
You must be signed in to change notification settings - Fork 24
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
How to execute own queries? #5
Comments
Hey, Let me know if it works for you and let me know if you have any further questions. Peng |
Hello Peng, Thank you very much for your quick response! I tried the notebook and it worked 👍 I will let you know if I have any questions. Have a nice weekend. Kevin |
Hello Peng, I made further tests and figured out that the response sometimes contains the word 'terminal' for example:
I guess 'terminal' should be replaced the words contained in the query. How can the replacement be achieved? Sincerely |
Hey Kevin, Thanks for your question. So the terminal usually will be a cell value: it could be a float/integer or a string. However, there is a simple solution for this: I think above is a simple solution for this. I have a script to achieve this but it takes time to clean it and make it public. You can try this method out because that is pretty simple. And I will try to make the script public as soon as possible if you did not implement it by yourself. Peng |
Hey Peng, Thank you very much for your explanation. I will try my best :) Sincerely |
Hi @Impavidity @kev2513 , I get the following error on trying the notebook -
Can you please help me with what step am I missing? |
Hello @thecodemakr, I got the same issue executing Inference solved the problem for me:
(also execute the Preprocess dataset step in advance) |
Can you pls tell me that, How much time this command will run "python run.py preprocess experiments/spider-configs/gap-run.jsonnet", i'm running it for like an hr |
@thecodemakr I am also facing the issue while running the notebook |
Hello I would like to insert my own Questions and Databases but when I try to change the Spider json files it get the error:
Is the an elegant solution to test my own data?
Thanks in advance!
The text was updated successfully, but these errors were encountered: