Hi community
I have problem with training of t5small model. I have trained the model with 21 SQL queries and respective text in natural language. But I tested the trained model, it gives me incorrect results, even select and from statements were missing in so called generated query
hi @Yasirpbs
Don’t you think 21 examples are not enough to fine-tune the model?
You might check Fine tuning a T5 small model to generate SQL from natural language with 92.3% accuracy | by Martin Keywood | Medium
or mrm8488/t5-base-finetuned-wikiSQL · Hugging Face to see more details.