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
4. Download the model weights from Hugging Face and put them in the `models/` directory
132
+
4. Download the model weights from HuggingFace and put them in the `models/` directory.
133
133
134
-
5.Copy the database information in the `db_info` directory to the related dataset (`data/Spider/`, `data/BIRD/`) directory.
134
+
5.For training, copy the training dataset in the `example_data` directory to the `data` directory. For inference, copy the database information in the `db_info` directory to the related dataset (`data/Spider`, `data/BIRD`) directory.
135
135
136
136
## 🚀 Quick Start
137
137
> Note: Please set the related data paths and params before running the scripts.
0 commit comments