Skip to content

Commit 5fb68a2

Browse files
committed
Rename notebooks
1 parent 30207f1 commit 5fb68a2

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1724,7 +1724,7 @@
17241724
"\n",
17251725
"If you don't quite know where to start, that's fine: there's a lot to digest in this notebook, so feel free to come back once you're comfortable with the material shown above.\n",
17261726
"\n",
1727-
"You can find some *proposed* solutions in the [companion notebook](./26s_language_modeling_1.ipynb)."
1727+
"You can find some *proposed* solutions in the [companion notebook](./32s_language_modeling_1.ipynb)."
17281728
]
17291729
},
17301730
{
@@ -1847,7 +1847,9 @@
18471847
"cell_type": "code",
18481848
"execution_count": null,
18491849
"id": "117",
1850-
"metadata": {},
1850+
"metadata": {
1851+
"lines_to_next_cell": 2
1852+
},
18511853
"outputs": [],
18521854
"source": [
18531855
"# TODO: Create set of all *trigrams*\n",
@@ -1856,7 +1858,7 @@
18561858
"# TODO: Shuffle/Permute the dataset, keeping (x,y) pairs in sync\n",
18571859
"# TODO: Split the dataset into 80:10:10 for train:valid:test\n",
18581860
"xs_tri_train, xs_tri_valid, xs_tri_test = None, None, None\n",
1859-
"ys_tri_train, ys_tri_valid, ys_tri_test = None, None, None\n"
1861+
"ys_tri_train, ys_tri_valid, ys_tri_test = None, None, None"
18601862
]
18611863
},
18621864
{
@@ -1896,7 +1898,7 @@
18961898
],
18971899
"metadata": {
18981900
"jupytext": {
1899-
"formats": "ipynb,auto:percent"
1901+
"formats": "ipynb,py:percent"
19001902
},
19011903
"kernelspec": {
19021904
"display_name": "Python 3 (ipykernel)",

0 commit comments

Comments
 (0)