Skip to content

Commit

Permalink
Fix typo in examples.livemd (#408)
Browse files Browse the repository at this point in the history
  • Loading branch information
ahamez authored Nov 12, 2024
1 parent 9b1a937 commit 45e7408
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion notebooks/examples.livemd
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ Nx.Serving.run(serving, text)

## Text generation

Generation is where things get even more exciting. In this section w will use the extremely popular [GPT-2](https://huggingface.co/gpt2) model to generate text continuation.
Generation is where things get even more exciting. In this section we will use the extremely popular [GPT-2](https://huggingface.co/gpt2) model to generate text continuation.

Generation generally is an iterative process, where the model predicts the sentence token by token, adhering to some constraints. Again, we will make use of a higher-level API based on `Nx.Serving`.

Expand Down

0 comments on commit 45e7408

Please sign in to comment.