From f08e26df915a7f544ca42833ae10871ae8764a3c Mon Sep 17 00:00:00 2001 From: Maarten Grootendorst Date: Fri, 4 Jul 2025 14:34:19 +0200 Subject: [PATCH] Fix #68 (#74) --- chapter04/Chapter 4 - Text Classification.ipynb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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" ] }, {