From ac3934cabb34e1ffe9aba7c463b6fef1a5ffa363 Mon Sep 17 00:00:00 2001 From: nprimo Date: Mon, 11 Dec 2023 12:21:41 +0000 Subject: [PATCH] feat(nlp-spacy/ex1): update specifications in subject --- subjects/ai/nlp-spacy/README.md | 4 ++-- subjects/ai/nlp-spacy/audit/README.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/subjects/ai/nlp-spacy/README.md b/subjects/ai/nlp-spacy/README.md index 49a9593372..76ee893f38 100644 --- a/subjects/ai/nlp-spacy/README.md +++ b/subjects/ai/nlp-spacy/README.md @@ -49,7 +49,7 @@ I recommend to use: - the virtual environment you're the most comfortable with. `virtualenv` and `conda` are the most used in Data Science. - one of the most recent versions of the libraries required -1. Create a virtual environment named with a version of Python >= `3.8`, with the following libraries: `pandas`, `jupyter`, `spaCy`, `sklearn`, `matplotlib`. +1. Create a virtual environment named with a version of Python >= `3.8`, with the following libraries: `pandas`, `jupyter`, `spaCy 3.4.0`, `sklearn`, `matplotlib`. --- @@ -59,7 +59,7 @@ I recommend to use: The goal of this exercise is to learn to load an embedding on `spaCy`. -1. Install and load `en_core_web_sm` version `3.4.0` [embedding](https://github.com/explosion/spacy-models/releases/tag/en_core_web_sm-3.4.0). Compute the embedding of `car`. +1. Install and load `en_core_web_sm` version `3.4.1` [embedding](https://github.com/explosion/spacy-models/releases/tag/en_core_web_sm-3.4.1). Compute the embedding of `car`. --- diff --git a/subjects/ai/nlp-spacy/audit/README.md b/subjects/ai/nlp-spacy/audit/README.md index 7aef380a66..1a5edaf275 100644 --- a/subjects/ai/nlp-spacy/audit/README.md +++ b/subjects/ai/nlp-spacy/audit/README.md @@ -18,7 +18,7 @@ ###### For question 1, is the embedding's shape `(96,)`? -###### For question 2, do the 20 first values of the vector sum to `2.9790137708187103`? +###### Do the 20 first values of the vector sum to `2.9790137708187103`? ---