jkkummerfeld / text2sql-data

A collection of datasets that pair questions with SQL queries.
http://jkk.name/text2sql-data/
Other
534 stars 105 forks source link

Run sequence-to-sequence baseline models #35

Closed todpole3 closed 5 years ago

todpole3 commented 5 years ago

I was trying to run the sequence-to-sequence baseline models and noticed that the model implementations text2sql-data/systems/sequence-to-sequence/seq2seq/models is missing from the repository hence the experiment script ./experiment.sh broke because it is looking for the class InputAttentionCopyingSeq2Seq.

Would you please complete the repo with these files? Thanks.

jkkummerfeld commented 5 years ago

Thanks for sharing this! @cfdollak will be following up.

jkkummerfeld commented 5 years ago

Let us know if you hit any further issues!

todpole3 commented 5 years ago

Thank you for the quick response @jkkummerfeld @cfdollak.

I was able to re-train the model and get evaluation numbers. Will let you know if I have additional questions.