TabularSemanticParsing
TabularSemanticParsing copied to clipboard
Can I run the pretrained models on new databases?
Is it possible to run the pretrained models on new database+question pairs?
Hi @JoaoLages
Any solution for that?
Not really. One would need to look deeply into the code. Most of these models preprocess the SPIDER dataset previously and then use another script to train the model on the preprocessed data. Finding all these things throughout the code is time consuming. At least RATSQL + GAP released a straighforward notebook on how to do that with their code
ok @JoaoLages
Thank you so much