SeqGenSQL
SeqGenSQL copied to clipboard
A T5 based sequence generation model for WikiSQL task. Achieving 90.3% on test data set using sequence generation.
After running python ./score.py --ckpt_path models/base_gated_e09_0.02626.ckpt with the downloaded file: Loading database file...Done! Loading T5FinalTuner pretrained model...Traceback (most recent call last): File "./score.py", line 55, in model = SeqGenSQL.load_from_checkpoint(args.ckpt_path) File...
Hi, I have been trying to reproduce the results in this repo. But it seems I am having some version issue for some packages, like pytorch_lightning. Is it possible to...