From a7d082393c8d0161c2b04d5fbf37b72728bf32af Mon Sep 17 00:00:00 2001
From: Ludovic Moncla <moncla.ludovic@gmail.com>
Date: Mon, 27 Mar 2023 14:01:34 +0200
Subject: [PATCH] Update Classification_BertFineTuning.ipynb

---
 notebooks/Classification_BertFineTuning.ipynb | 18 +++++++++++++-----
 1 file changed, 13 insertions(+), 5 deletions(-)

diff --git a/notebooks/Classification_BertFineTuning.ipynb b/notebooks/Classification_BertFineTuning.ipynb
index 510a596..000c3b7 100644
--- a/notebooks/Classification_BertFineTuning.ipynb
+++ b/notebooks/Classification_BertFineTuning.ipynb
@@ -67,7 +67,7 @@
     },
     {
       "cell_type": "code",
-      "execution_count": null,
+      "execution_count": 1,
       "metadata": {
         "colab": {
           "base_uri": "https://localhost:8080/"
@@ -75,7 +75,15 @@
         "id": "dPOU-Efhf4ui",
         "outputId": "121dd21e-f98c-483d-d6d1-2838f732a4e2"
       },
-      "outputs": [],
+      "outputs": [
+        {
+          "name": "stdout",
+          "output_type": "stream",
+          "text": [
+            "We will use the GPU\n"
+          ]
+        }
+      ],
       "source": [
         "import torch\n",
         "\n",
@@ -131,7 +139,7 @@
     },
     {
       "cell_type": "code",
-      "execution_count": null,
+      "execution_count": 2,
       "metadata": {
         "id": "SkErnwgMMbRj"
       },
@@ -173,7 +181,7 @@
     },
     {
       "cell_type": "code",
-      "execution_count": null,
+      "execution_count": 3,
       "metadata": {
         "id": "WkIVcabUgxIl"
       },
@@ -1568,7 +1576,7 @@
       "name": "python",
       "nbconvert_exporter": "python",
       "pygments_lexer": "ipython3",
-      "version": "3.9.13 | packaged by conda-forge | (main, May 27 2022, 17:01:00) \n[Clang 13.0.1 ]"
+      "version": "3.9.13"
     },
     "vscode": {
       "interpreter": {
-- 
GitLab