From df8cc95a279558d8aceb6d2d6f7802141acfcd25 Mon Sep 17 00:00:00 2001
From: Emmanuel Dellandrea <emmanuel.dellandrea@ec-lyon.fr>
Date: Tue, 25 Feb 2025 07:40:53 +0100
Subject: [PATCH] Update Subject_7_LLM.ipynb

---
 Practical_sessions/Session_7/Subject_7_LLM.ipynb | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/Practical_sessions/Session_7/Subject_7_LLM.ipynb b/Practical_sessions/Session_7/Subject_7_LLM.ipynb
index ac18981..d072a13 100644
--- a/Practical_sessions/Session_7/Subject_7_LLM.ipynb
+++ b/Practical_sessions/Session_7/Subject_7_LLM.ipynb
@@ -31,7 +31,7 @@
     "\n",
     "Before going further into experiments, you work is to understand the provided code, that gives an overview of using LLM with Hugging Face.\n",
     "\n",
-    "**This code is intentionally not commented. It is your responsibility to add all the necessary comments to ensure your proper understanding of the code.**\n",
+    "**This code is intentionally not commented. It is your objective to add all the necessary comments to ensure your proper understanding of the code.**\n",
     "\n",
     "You might frequently rely on [Hugging Face’s documentation](https://huggingface.co/docs).\n",
     "\n",
@@ -77,7 +77,11 @@
    "cell_type": "markdown",
    "metadata": {},
    "source": [
-    "### Then login to Hugging Face"
+    "### Log in to Hugging Face\n",
+    "\n",
+    "First, you need to create an account on [Hugging Face platform](https://huggingface.co/join).\n",
+    "\n",
+    "Then you can log in to your account directly from the notebook."
    ]
   },
   {
-- 
GitLab