Skip to content

Commit 7788f45

Browse files
committed
Update title
1 parent 55b57a3 commit 7788f45

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

32_language_modeling_1.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"metadata": {},
1717
"source": [
1818
"## Table of Contents\n",
19-
"- [Intro](#Intro)\n",
19+
"- [Introduction](#Introduction)\n",
2020
"- [References](#References)\n",
2121
"- [Inspecting the data](#Inspecting-the-data)\n",
2222
"- [Bigram language model](#Bigram-language-model)\n",
@@ -48,7 +48,7 @@
4848
"id": "2",
4949
"metadata": {},
5050
"source": [
51-
"## Intro\n",
51+
"## Introduction\n",
5252
"\n",
5353
"The purpose of this multi-part notebook is to give a gentle introduction to the PyTorch library, with a focus on language modeling.\n",
5454
"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",

0 commit comments

Comments
 (0)