Skip to content

Commit a2dc4ca

Browse files
docs: move text-to-sql images to assets/ convention and update refs
1 parent dae1512 commit a2dc4ca

3 files changed

Lines changed: 2 additions & 2 deletions

File tree

docs/devnotes/posts/images/bird-benchmark-results.jpg renamed to docs/devnotes/posts/assets/text-to-sql/bird-benchmark-results.jpg

File renamed without changes.

docs/devnotes/posts/images/text-to-sql-pipeline.jpg renamed to docs/devnotes/posts/assets/text-to-sql/text-to-sql-pipeline.jpg

File renamed without changes.

docs/devnotes/posts/text-to-sql.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ authors:
88

99
# **Engineering an Enterprise-Grade Text-to-SQL Dataset with NeMo Data Designer**
1010

11-
<img src="images/text-to-sql-pipeline.jpg" alt="Text-to-SQL Synthetic Data Pipeline" width="800">
11+
<img src="assets/text-to-sql/text-to-sql-pipeline.jpg" alt="Text-to-SQL Synthetic Data Pipeline" width="800">
1212

1313
<br>
1414

@@ -426,7 +426,7 @@ The high rejection rate is a feature, not a bug. By generating 3x more data than
426426

427427
This dataset was shipped in the SFT stage of **Nemotron Super v3**. On the [BIRD SQL benchmark](https://bird-bench.github.io/) (1,534 dev samples, 5-run average), Nemotron Super achieves **41.80% EX** (execution accuracy) --- outperforming GPT-OSS-120B at 38.25%. Including our synthetic dataset in the SFT blend raised Nemotron Super's EX on BIRD by **15 points**, from 26.77% to 41.80%.
428428

429-
<img src="images/bird-benchmark-results.jpg" alt="BIRD SQL Benchmark Results — Nemotron Super EX improves from 26.77% to 41.80%" width="800">
429+
<img src="assets/text-to-sql/bird-benchmark-results.jpg" alt="BIRD SQL Benchmark Results — Nemotron Super EX improves from 26.77% to 41.80%" width="800">
430430

431431
<br>
432432

0 commit comments

Comments
 (0)