models outputs seems to be truncated

#4
by vinayak15 - opened

Thanks a lot for this model! By far the smallest text2sql model on hf.
The output sql seems to be truncated though:
for the student example the output is "SELECT student_id FROM students WHERE NOT student_id IN ("
also see that for other examples too.
any thoughts on what could be going wrong?

Are you trying to run it on hugging face Model card? Yeah the hugging face is truncating the output.
If you download the model as in example on the model card, it should truncate the output, if it is doing it, let me know.

Sign up or log in to comment