Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions live_sql_bench_sqlite/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ After you generate SQL queries using the prompts, you can use the following scri
cd utils
input_path="xxx/generated_sql.jsonl" # Replace with your generated SQL file path
output_path="xxx/post_processed_sql.jsonl" # Replace with your desired output path
python xxx/post_process_baseline.py --input_path $input_path --output_path $output_path
python xxx/post_process.py --input_path $input_path --output_path $output_path
```

## 📊 Evaluation
Expand All @@ -60,4 +60,4 @@ cd evaluation
jsonl_file="xxx/post_processed_sql.jsonl" # Replace with your desired output path
db_path="xxx/database" # Replace with your database path
bash run_eval.sh
```
```