From a2dc617aa27185d65c6a35385f0ff73ff122e072 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Geron?= Date: Sun, 25 Sep 2022 17:31:58 +1300 Subject: [PATCH] Add comment on biased models --- 16_nlp_with_rnns_and_attention.ipynb | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/16_nlp_with_rnns_and_attention.ipynb b/16_nlp_with_rnns_and_attention.ipynb index c1a326a..011c886 100644 --- a/16_nlp_with_rnns_and_attention.ipynb +++ b/16_nlp_with_rnns_and_attention.ipynb @@ -2666,6 +2666,13 @@ "result = classifier(\"The actors were very convincing.\")" ] }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "Models can be very biased. For example, it may like or dislike some countries depending on the data it was trained on, and how it is used, so use it with care:" + ] + }, { "cell_type": "code", "execution_count": 90,