mirror of
https://github.com/NVIDIA-NeMo/DataDesigner
synced 2026-05-24 09:48:29 +00:00
11 lines
598 B
Markdown
11 lines
598 B
Markdown
|
|
# Nemotron Super Text to SQL
|
||
|
|
|
||
|
|
!!! note "Dev Note"
|
||
|
|
For a deep dive into the pipeline design, distractor injection strategy, quality waterfall analysis, and BIRD benchmark results, see [Engineering an Enterprise-Grade Text-to-SQL Dataset with NeMo Data Designer](../../devnotes/engineering-an-enterprise-grade-text-to-sql-dataset-with-nemo-data-designer/).
|
||
|
|
|
||
|
|
[Download Code :octicons-download-24:](../../../assets/recipes/code_generation/enterprise_text_to_sql.py){ .md-button download="enterprise_text_to_sql.py" }
|
||
|
|
|
||
|
|
```python
|
||
|
|
--8<-- "assets/recipes/code_generation/enterprise_text_to_sql.py"
|
||
|
|
```
|