defog-ai / sqlcoder

SoTA LLM for converting natural language questions to SQL queries
Apache License 2.0
3.17k stars 198 forks source link

I found that when using the sqlcoder model for prediction, when I use the same user questions and table schema information, run the model multiple times,results may different and times of prediction also may be different. Is this normal? #35

Closed bigmancomeon closed 9 months ago

rishsriv commented 9 months ago

You should be getting the same results everytime if you're using the same configurations as in the inference.py file.