mrm8488 / shared_colab_notebooks

A Repo to store the Google Colaboratory Notebooks that I have created and shared
264 stars 68 forks source link

mrm8488/t5-base-finetuned-wikiSQL on custom db not working. #12

Open anandvarrier opened 1 year ago

anandvarrier commented 1 year ago

I want to implement this model to convert Natural Language to SQL but on my own database. When I give a question outside of the database, it should give me an error and prompt me to ask a question on my database. I tried out a code but it is not getting connected with my database. I am using Chinook.db. Can anyone help in the same. If you have implemented the do let me know how did you do it. I am using Hugging face(without API) and Langchain agent framework.