Tianshu Wang

Results 140 comments of Tianshu Wang

@TheBB as for me, `org-todo` is nearly the function I call most. So keep this kind of shortcut as default will be nice.

Have you install the dependencies as described? https://github.com/tshu-w/DBCopilot?tab=readme-ov-file#how-to-run

You should replace the checkpoint path of schema questioning models with your own path. https://github.com/tshu-w/DBCopilot/blob/2f65a4c71267eacac2cf5eddb17f0f37223e4dd4/scripts/synthesize_data.py#L110-L112 I will improve this script to accept command line arguments to customize these options.

> Hi, Where is the codes for training data systhesis? The code for model, data and config can be found it https://github.com/tshu-w/DBCopilot/blob/master/src/models/schema_questioning.py, https://github.com/tshu-w/DBCopilot/blob/master/src/datamodules/schema2text.py, and https://github.com/tshu-w/DBCopilot/blob/master/configs/schema_questioning.yaml, respectively.

Hello, thank you for your interest. To train a router suitable for your database, you need to: 1. build a schema graph, 2. use the schema questioning model to ask...