Skip to content

Commit

Permalink
feat(nlp-spacy/ex1): update specifications in subject
Browse files Browse the repository at this point in the history
  • Loading branch information
nprimo committed Dec 11, 2023
1 parent 93e292f commit ac3934c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions subjects/ai/nlp-spacy/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.

---

Expand All @@ -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`.

---

Expand Down
2 changes: 1 addition & 1 deletion subjects/ai/nlp-spacy/audit/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`?

---

Expand Down

0 comments on commit ac3934c

Please sign in to comment.