rat-sql icon indicating copy to clipboard operation
rat-sql copied to clipboard

A relation-aware semantic parsing model from English to SQL

Results 41 rat-sql issues
Sort by recently updated
recently updated
newest added

when I run preprocessing script (python run.py preprocess experiments/spider-bert-run.jsonnet), it gives me the following error: Traceback (most recent call last): File "run.py", line 109, in main() File "run.py", line 73,...

- Fix for issue #54 - Fix for `registry.instantiate` method, in which `inspect.signature` may call the target's parent class constructor params instead of its constructor params

Facing this during preprocess. Command: `python run.py preprocess experiments/spider-glove-run.jsonnet`. Someone, please help. ``` DB connections: 100%|████████████████████████| 166/166 [00:00

I first ran the code with its default config on my server, but later i noticed that the training process was actually on my CPU , and `nvidia-smi` returned error....

I would like to run RATSQL but my laptop isn't enough for training. Can you help me to setup the run on Google colab ?

The function: eval_exec_match in ratsql/datasets/spider_lib/evaluation.py currently does not support multiple col_unit(pairs). Has someone corrected that code, so that it can calculate execution accuracies for datasets having multiple col_unit(pairs) as well...

After training with the command: python run.py train experiments/wikisql-glove-run.jsonnet and getting through 3990 epochs: [2020-11-19T18:51:02] Step 39990: loss=0.8703 I tried next step: python run eval experiments/wikisql-glove-run.jsonnet but I go the...

Hi! Hope everybody is doing well. Is it possible for you to share the pre-trained models?? Thank you for the consideration!

![image](https://user-images.githubusercontent.com/17574157/119173406-24621800-ba5f-11eb-84eb-c3c07c61aef4.png)

How to select constants in the process of the AST generation?