TabularSemanticParsing icon indicating copy to clipboard operation
TabularSemanticParsing copied to clipboard

Can I run the pretrained models on new databases?

Open JoaoLages opened this issue 4 years ago • 3 comments

Is it possible to run the pretrained models on new database+question pairs?

JoaoLages avatar Mar 08 '21 16:03 JoaoLages

Hi @JoaoLages

Any solution for that?

youssefmellah avatar Mar 15 '21 10:03 youssefmellah

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

JoaoLages avatar Mar 15 '21 10:03 JoaoLages

ok @JoaoLages
Thank you so much

youssefmellah avatar Mar 15 '21 14:03 youssefmellah