rhythmcao / text-to-sql-astormer

Source code for grammar-based text-to-SQL parser using one variant of Transformer decoder called ASTormer. Implementations for prevalent cross-domain multi-table benchmarks Spider, SParC, CoSQL, DuSQL and Chase are all included.
https://arxiv.org/pdf/2310.18662.pdf
6 stars 1 forks source link

Pretrained on spider data #3

Closed Saivignesh-05 closed 7 months ago

Saivignesh-05 commented 7 months ago

Hello @rhythmcao, Do you have a previously trained model on the spider dataset, so that I can directly use it for inference. I'm only interested in using different metrics to check how different models perform. So it will be of real help if u can add the pretrained model directly useful for inference. Thanks in advance

rhythmcao commented 7 months ago

Codes and models are not maintained anymore, you can train one by yourself from scratch in a few hours.