DataDesigner/docs/recipes/code_generation/enterprise_text_to_sql.md

11 lines
598 B
Markdown
Raw Normal View History

# 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"
```