Skip to content

Commit fe0cb7a

Browse files
committed
fix module 02 lib versions
1 parent 0e6cc37 commit fe0cb7a

File tree

8 files changed

+1492
-466
lines changed

8 files changed

+1492
-466
lines changed

docs/module_01_lm_fundamentals/01_text_representation.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,13 +48,13 @@
4848
},
4949
{
5050
"cell_type": "code",
51-
"execution_count": null,
51+
"execution_count": 1,
5252
"id": "6211c614-5c5e-4469-9f35-d3bfd2fac9e3",
5353
"metadata": {},
5454
"outputs": [],
5555
"source": [
5656
"%%capture\n",
57-
"!pip3 install torchtext==0.17.0 pandas==2.2.2 gensim==4.3.2 scipy==1.12.0 scienceplots scikit-learn==1.5.1 fasttext"
57+
"!pip3 install torchtext==0.17.0 pandas==2.2.2 gensim==4.3.2 scipy==1.12.0 scienceplots scikit-learn==1.5.1 fasttext matplotlib==3.9.0"
5858
]
5959
},
6060
{

docs/module_01_lm_fundamentals/02_contextual_embeddings.ipynb

Lines changed: 340 additions & 190 deletions
Large diffs are not rendered by default.

docs/module_02_llm_building_blocks/01_transformers.ipynb

Lines changed: 14 additions & 21 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)