Skip to content

Commit

Permalink
add description
Browse files Browse the repository at this point in the history
  • Loading branch information
rasbt committed May 4, 2024
1 parent da61d5b commit d60dcc6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ch06/01_main-chapter-code/ch06.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -659,7 +659,7 @@
"id": "ab7335db-e0bb-4e27-80c5-eea11e593a57",
"metadata": {},
"source": [
"- As a sanity check, we iterate through the data loaders and check that the batches contain 8 training examples each, where each training example consists of 120 tokens:"
"- As a verification step, we iterate through the data loaders and ensure that the batches contain 8 training examples each, where each training example consists of 120 tokens"
]
},
{
Expand Down Expand Up @@ -738,7 +738,7 @@
"id": "97e1af8b-8bd1-4b44-8b8b-dc031496e208",
"metadata": {},
"source": [
"As a verification step, we iterate through the data loaders and ensure that the batches contain 8 training examples each, where each training example consists of 120 tokens"
"- In this section, we initialize the pretrained model we worked with in the previous chapter"
]
},
{
Expand Down Expand Up @@ -2069,7 +2069,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.11.4"
"version": "3.10.6"
}
},
"nbformat": 4,
Expand Down

0 comments on commit d60dcc6

Please sign in to comment.