From 45e74083562b8f5e6b81d49f5dc111ec3e5c9d7c Mon Sep 17 00:00:00 2001 From: Alexandre Hamez <199517+ahamez@users.noreply.github.com> Date: Tue, 12 Nov 2024 14:12:40 +0100 Subject: [PATCH] Fix typo in examples.livemd (#408) --- notebooks/examples.livemd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notebooks/examples.livemd b/notebooks/examples.livemd index 18023eb5..ade25547 100644 --- a/notebooks/examples.livemd +++ b/notebooks/examples.livemd @@ -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`.