Skip to content

Commit cbd5572

Browse files
edoardob90despadam
andauthored
Hands-On Projects: Language modeling with PyTorch (#303)
Part 1 of a guided exploration of some language modeling fundamentals --------- Co-authored-by: Despina Adamopoulou <despoina.adamopoulou@empa.ch>
1 parent 60f15f2 commit cbd5572

38 files changed

+35213
-4
lines changed

.gitignore

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,5 +135,6 @@ dmypy.json
135135
*.html
136136
.idea/
137137
drafts/
138-
.virtual_documents
139-
.zed
138+
.virtual_documents/
139+
.zed/
140+
.ruff_cache/

00_index.ipynb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
"# Hands-On Projects\n",
3636
"\n",
3737
"- [Image Classification](./31_image_classification.ipynb)\n",
38+
"- [Language Modeling (part 1)](./32_language_modeling_1.ipynb)\n",
3839
"\n",
3940
"# Additional Topics\n",
4041
"\n",
@@ -58,7 +59,7 @@
5859
"name": "python",
5960
"nbconvert_exporter": "python",
6061
"pygments_lexer": "ipython3",
61-
"version": "3.10.10"
62+
"version": "3.12.10"
6263
}
6364
},
6465
"nbformat": 4,

24_library_pandas.ipynb

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4930,6 +4930,9 @@
49304930
}
49314931
],
49324932
"metadata": {
4933+
"jupytext": {
4934+
"formats": "ipynb,auto:percent"
4935+
},
49334936
"kernelspec": {
49344937
"display_name": "Python 3 (ipykernel)",
49354938
"language": "python",
@@ -4945,7 +4948,7 @@
49454948
"name": "python",
49464949
"nbconvert_exporter": "python",
49474950
"pygments_lexer": "ipython3",
4948-
"version": "3.12.0"
4951+
"version": "3.12.10"
49494952
}
49504953
},
49514954
"nbformat": 4,

0 commit comments

Comments
 (0)