Skip to content

Commit 55b57a3

Browse files
committed
Merge branch 'new-material/pytorch-llm-tutorial' of github.com:empa-scientific-it/python-tutorial into new-material/pytorch-llm-tutorial
2 parents 8b2790f + ba82505 commit 55b57a3

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

32_language_modeling_1.ipynb

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
"metadata": {},
1717
"source": [
1818
"## Table of Contents\n",
19+
"- [Intro](#Intro)\n",
1920
"- [References](#References)\n",
2021
"- [Inspecting the data](#Inspecting-the-data)\n",
2122
"- [Bigram language model](#Bigram-language-model)\n",
@@ -47,6 +48,8 @@
4748
"id": "2",
4849
"metadata": {},
4950
"source": [
51+
"## Intro\n",
52+
"\n",
5053
"The purpose of this multi-part notebook is to give a gentle introduction to the PyTorch library, with a focus on language modeling.\n",
5154
"At high-level, we will build a progressively more complex **character-level language model** that can generate more text similar to the training data.\n",
5255
"\n",

0 commit comments

Comments
 (0)