microsoft / rat-sql

A relation-aware semantic parsing model from English to SQL
https://arxiv.org/abs/1911.04942
MIT License
406 stars 117 forks source link

How to execute my own queries in BERT #69

Open robinzixuan opened 2 years ago

robinzixuan commented 2 years ago

When we use the BERT model to preprocess our own queries (already transformed by the spider). We found that the preprocessing cannot crate a new dev.jsonl file. What should we do?