Last active
March 10, 2025 13:47
-
-
Save mkeywood1/9e8411aef44cf18009aa3e4776501c08 to your computer and use it in GitHub Desktop.
Jupyter notebook for fine tuning a T5 small model to generate SQL from natural language
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I repeated all the steps here. For the sample schema and complex sample question it gives expected answer but for multiple other simple questions on same schema it does all wrong answers:
List all departments and the name of their managers (if any).
Find the average salary of all employees in the 'IT_PROG' job.
Show the history of jobs (job titles) held by a specific employee (e.g., EMPLOYEE_ID = 101).