Skip to content

Commit

Permalink
docs: minor fixes to LM blog (#8236)
Browse files Browse the repository at this point in the history
  • Loading branch information
lostmygithubaccount authored Feb 6, 2024
1 parent 0db3ec7 commit 36f8904
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.

Large diffs are not rendered by default.

5 changes: 3 additions & 2 deletions docs/posts/lms-for-data/index.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ data for machine learning training and is easily customizable with language.
:::{.callout-tip}
This post was re-inspired by the [1 billion row challenge we recently solved
with Ibis on three local backends](../1brc/index.qmd) in which synthetic data
generated from a seed file was used to generate a billion rows.
created from a seed file was used to generate a billion rows.

With language models, we can reproduce this synthetic data and customize the
data produced with natural language!
Expand Down Expand Up @@ -437,6 +437,7 @@ t = (
.relocate("classification") # <2>
.cache() # <3>
)
t
```

1. Apply the UDF by mutating the table with the function
Expand Down Expand Up @@ -537,7 +538,7 @@ def _text_to_sql(
`table_names`, `table_schemas`, and `table_previews`.
Use newlines and indentation for readability.
""" # <1
""" # <1>
def text_to_sql( # <2>
Expand Down

0 comments on commit 36f8904

Please sign in to comment.