Skip to content

Commit 1336d19

Browse files
Merge pull request #4 from BugMaker-Boyan/master
update readme
2 parents d406516 + 6acf23c commit 1336d19

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ In addition, we propose **SuperSQL**, which achieves competitive performance wit
1010

1111
## :tada:News
1212

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)!**
1414

1515
[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!**
1616

@@ -55,7 +55,7 @@ DATASET_DIR_PATH:
5555

5656
- CLI Usage:
5757

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).
5959

6060
- Save the YAML file to the path `DATASET_YAML_PATH`. Then run the command line:
6161

@@ -65,7 +65,7 @@ DATASET_DIR_PATH:
6565

6666
- Code Usage:
6767

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).
6969
- Run the python file to import dataset.
7070

7171
</details>
@@ -74,7 +74,7 @@ DATASET_DIR_PATH:
7474

7575
- CLI Usage:
7676

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).
7878

7979
- Save the YAML file to the path `DATASET_YAML_PATH`. Then run the command line:
8080

@@ -84,7 +84,7 @@ DATASET_DIR_PATH:
8484

8585
- Code Usage:
8686

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).
8888
- Run the python file to evaluate the model.
8989

9090
</details>
@@ -93,7 +93,7 @@ DATASET_DIR_PATH:
9393

9494
- CLI Usage:
9595

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).
9797

9898
- Save the YAML file to the path `DATASET_YAML_PATH`. Then run the command line:
9999

@@ -104,7 +104,7 @@ DATASET_DIR_PATH:
104104
- The generated report will be in `save_path` specified in the YAML file.
105105

106106
- 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).
108108
- Run the python file to generate report.
109109

110110
</details>
@@ -113,7 +113,7 @@ DATASET_DIR_PATH:
113113

114114
- CLI Usage:
115115

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).
117117

118118
- Save the YAML file to the path `DATASET_YAML_PATH`. Then run the command line:
119119

@@ -123,7 +123,7 @@ DATASET_DIR_PATH:
123123

124124
- Code Usage:
125125

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).
127127
- Run the python file to delete dataset / evaluation cache.
128128

129129
</details>

0 commit comments

Comments
 (0)