Skip to content

Commit 9dad59f

Browse files
committed
Rename data
1 parent 1ee4971 commit 9dad59f

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

32_language_modeling_1.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@
113113
"metadata": {},
114114
"outputs": [],
115115
"source": [
116-
"words = pl.Path(\"data/names.txt\").read_text().splitlines()\n",
116+
"words = pl.Path(\"data/lm/names.txt\").read_text().splitlines()\n",
117117
"words[:10]"
118118
]
119119
},
File renamed without changes.

0 commit comments

Comments
 (0)