fix typos, add codespell pre-commit hook (#264)

* fix typos, add codespell pre-commit hook

* Update .pre-commit-config.yaml

---------

Co-authored-by: Sebastian Raschka <mail@sebastianraschka.com>
This commit is contained in:
Jeroen Van Goey
2024-07-16 14:07:04 +02:00
committed by GitHub
parent 3b79631672
commit 70cfced899
5 changed files with 21 additions and 4 deletions

View File

@@ -1043,7 +1043,7 @@
"id": "dec7d03d-9ff3-4ca3-ad67-01b67c2f5457",
"metadata": {},
"source": [
"- We are almost there: now let's plug in the transformer block into the architecture we coded at the very beginning of this chapter so that we obtain a useable GPT architecture\n",
"- We are almost there: now let's plug in the transformer block into the architecture we coded at the very beginning of this chapter so that we obtain a usable GPT architecture\n",
"- Note that the transformer block is repeated multiple times; in the case of the smallest 124M GPT-2 model, we repeat it 12 times:"
]
},