From 0734570b2858c2d521563511390395202547fae6 Mon Sep 17 00:00:00 2001 From: rasbt Date: Sun, 23 Jun 2024 10:41:29 -0500 Subject: [PATCH] refresh figures --- ch07/01_main-chapter-code/ch07.ipynb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ch07/01_main-chapter-code/ch07.ipynb b/ch07/01_main-chapter-code/ch07.ipynb index 4adf56f..dccae36 100644 --- a/ch07/01_main-chapter-code/ch07.ipynb +++ b/ch07/01_main-chapter-code/ch07.ipynb @@ -491,7 +491,7 @@ "source": [ "- We tackle this dataset batching in several steps, as summarized in the figure below\n", "\n", - "" + "" ] }, { @@ -679,7 +679,7 @@ "id": "c46832ab-39b7-45f8-b330-ac9adfa10d1b" }, "source": [ - "" + "" ] }, { @@ -780,7 +780,7 @@ "source": [ "- Next, we introduce an `ignore_index` value to replace all padding token IDs with a new value; the purpose of this `ignore_index` is that we can ignore padding values in the loss function (more on that later)\n", "\n", - "\n", + "\n", "\n", "- Concretely, this means that we replace the token IDs corresponding to `50256` with `-100` as illustrated below" ] @@ -2733,7 +2733,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.11.4" + "version": "3.10.6" } }, "nbformat": 4,