Skip to content

Commit 54e49bc

Browse files
committed
added steps to run create_bird_eval_dataset.py
1 parent 0c7b348 commit 54e49bc

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

end-to-end-use-cases/coding/text2sql/eval/create_bird_eval_dataset.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,4 +156,6 @@ def create_bird_eval_dataset(input_json, db_root_path):
156156

157157
create_bird_eval_dataset(input_json, db_root_path)
158158

159+
# follow steps 1 and 2 here https://github.com/meta-llama/llama-cookbook/tree/text2sql/end-to-end-use-cases/coding/text2sql/eval#quick-start-with-llama-models-via-llama-api
160+
# then run:
159161
# python3 create_bird_eval_dataset.py --input_json ../data/dev_20240627/dev.json --db_root_path ../data/dev_20240627/dev_databases

0 commit comments

Comments
 (0)