diff --git a/chapter04/Chapter 4 - Text Classification.ipynb b/chapter04/Chapter 4 - Text Classification.ipynb index 5a03329..28ab6d7 100644 --- a/chapter04/Chapter 4 - Text Classification.ipynb +++ b/chapter04/Chapter 4 - Text Classification.ipynb @@ -48,7 +48,8 @@ "outputs": [], "source": [ "# %%capture\n", - "# !pip install datasets transformers sentence-transformers openai" + "# !pip install transformers sentence-transformers openai\n", + "# !pip install -U datasets" ] }, {