Skip to content

Commit 094ab01

Browse files
committed
readme
1 parent 3731175 commit 094ab01

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • end-to-end-use-cases/coding/text2sql/tool

end-to-end-use-cases/coding/text2sql/tool/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ After the script completes, you'll see the accuracy of the Llama model on the BI
5656

5757
2. **SQL Execution**: `text2sql_eval.py` executes both the generated SQL and ground truth SQL against the corresponding databases, then continues with steps 3 and 4 below.
5858

59-
3. **Result Comparison**: The results from executing the generated SQL are compared [source code](text2sql_eval.py#L30) with the results from the ground truth SQL to determine correctness.
59+
3. **Result Comparison**: The results from executing the generated SQL are compared ([source code](text2sql_eval.py#L30)) with the results from the ground truth SQL to determine correctness.
6060

6161
4. **Accuracy Calculation**: Accuracy scores are calculated overall and broken down by difficulty levels (simple, moderate, challenging).
6262

0 commit comments

Comments
 (0)