You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ In addition, we propose **SuperSQL**, which achieves competitive performance wit
10
10
11
11
## :tada:News
12
12
13
-
[24/8/2] We have released CLI usage / Code usage tutorials. **Please [check out](#:rocket:quick-start)!**
13
+
[24/8/2] We have released CLI usage / Code usage tutorials. **Please [check out](#rocketquick-start)!**
14
14
15
15
[24/7/30] We have refactored the code and released the official python package([nl2sql360 · PyPI](https://pypi.org/project/nl2sql360)). **Stay tuned for the complete documents!**
16
16
@@ -55,7 +55,7 @@ DATASET_DIR_PATH:
55
55
56
56
- CLI Usage:
57
57
58
-
- Create / Modify the YAML configuration following [NL2SQL360/examples/cli_examples/dataset_spider.yaml](https://github.com/BugMaker-Boyan/NL2SQL360/blob/refactor/examples/cli_examples/dataset_spider.yaml).
58
+
- Create / Modify the YAML configuration following [NL2SQL360/examples/cli_examples/dataset_spider.yaml](https://github.com/HKUSTDial/NL2SQL360/blob/master/examples/cli_examples/dataset_spider.yaml).
59
59
60
60
- Save the YAML file to the path `DATASET_YAML_PATH`. Then run the command line:
61
61
@@ -65,7 +65,7 @@ DATASET_DIR_PATH:
65
65
66
66
- Code Usage:
67
67
68
-
- Create / Modify Python File following [NL2SQL360/examples/py_examples/dataset_import.py](https://github.com/BugMaker-Boyan/NL2SQL360/blob/refactor/examples/py_examples/dataset_import.py).
68
+
- Create / Modify Python File following [NL2SQL360/examples/py_examples/dataset_import.py](https://github.com/HKUSTDial/NL2SQL360/blob/master/examples/py_examples/dataset_import.py).
69
69
- Run the python file to import dataset.
70
70
71
71
</details>
@@ -74,7 +74,7 @@ DATASET_DIR_PATH:
74
74
75
75
- CLI Usage:
76
76
77
-
- Create / Modify the YAML configuration following [NL2SQL360/examples/cli_examples/evaluation.yaml](https://github.com/BugMaker-Boyan/NL2SQL360/blob/refactor/examples/cli_examples/evaluation.yaml).
77
+
- Create / Modify the YAML configuration following [NL2SQL360/examples/cli_examples/evaluation.yaml](https://github.com/HKUSTDial/NL2SQL360/blob/master/examples/cli_examples/evaluation.yaml).
78
78
79
79
- Save the YAML file to the path `DATASET_YAML_PATH`. Then run the command line:
80
80
@@ -84,7 +84,7 @@ DATASET_DIR_PATH:
84
84
85
85
- Code Usage:
86
86
87
-
- Create / Modify Python File following [NL2SQL360/examples/py_examples/evaluation.py](https://github.com/BugMaker-Boyan/NL2SQL360/blob/refactor/examples/py_examples/evaluation.py).
87
+
- Create / Modify Python File following [NL2SQL360/examples/py_examples/evaluation.py](https://github.com/HKUSTDial/NL2SQL360/blob/master/examples/py_examples/evaluation.py).
88
88
- Run the python file to evaluate the model.
89
89
90
90
</details>
@@ -93,7 +93,7 @@ DATASET_DIR_PATH:
93
93
94
94
- CLI Usage:
95
95
96
-
- Create / Modify the YAML configuration following [NL2SQL360/examples/cli_examples/report.yaml](https://github.com/BugMaker-Boyan/NL2SQL360/blob/refactor/examples/cli_examples/report.yaml).
96
+
- Create / Modify the YAML configuration following [NL2SQL360/examples/cli_examples/report.yaml](https://github.com/HKUSTDial/NL2SQL360/blob/master/examples/cli_examples/report.yaml).
97
97
98
98
- Save the YAML file to the path `DATASET_YAML_PATH`. Then run the command line:
99
99
@@ -104,7 +104,7 @@ DATASET_DIR_PATH:
104
104
- The generated report will be in`save_path` specified in the YAML file.
105
105
106
106
- Code Usage:
107
-
- Create / Modify Python File following [NL2SQL360/examples/py_examples/report.py](https://github.com/BugMaker-Boyan/NL2SQL360/blob/refactor/examples/py_examples/report.py).
107
+
- Create / Modify Python File following [NL2SQL360/examples/py_examples/report.py](https://github.com/HKUSTDial/NL2SQL360/blob/master/examples/py_examples/report.py).
108
108
- Run the python file to generate report.
109
109
110
110
</details>
@@ -113,7 +113,7 @@ DATASET_DIR_PATH:
113
113
114
114
- CLI Usage:
115
115
116
-
- Create / Modify the YAML configuration following [NL2SQL360/examples/cli_examples/delete_history.yaml](https://github.com/BugMaker-Boyan/NL2SQL360/blob/refactor/examples/cli_examples/delete_history.yaml).
116
+
- Create / Modify the YAML configuration following [NL2SQL360/examples/cli_examples/delete_history.yaml](https://github.com/HKUSTDial/NL2SQL360/blob/master/examples/cli_examples/delete_history.yaml).
117
117
118
118
- Save the YAML file to the path `DATASET_YAML_PATH`. Then run the command line:
119
119
@@ -123,7 +123,7 @@ DATASET_DIR_PATH:
123
123
124
124
- Code Usage:
125
125
126
-
- Create / Modify Python File following [NL2SQL360/examples/py_examples/delete_history.py](https://github.com/BugMaker-Boyan/NL2SQL360/blob/refactor/examples/py_examples/delete_history.py).
126
+
- Create / Modify Python File following [NL2SQL360/examples/py_examples/delete_history.py](https://github.com/HKUSTDial/NL2SQL360/blob/master/examples/py_examples/delete_history.py).
127
127
- Run the python file to delete dataset / evaluation cache.
0 commit comments