From 6425a020947c21f9eb8aad4e6a5d94cecc4276cd Mon Sep 17 00:00:00 2001 From: Sangwan Ram Date: Sun, 24 Nov 2024 21:22:54 +0530 Subject: [PATCH] Modified dataloader --- part_1/01_main-code/dataloader.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/part_1/01_main-code/dataloader.ipynb b/part_1/01_main-code/dataloader.ipynb index 0e07723..a96f66f 100644 --- a/part_1/01_main-code/dataloader.ipynb +++ b/part_1/01_main-code/dataloader.ipynb @@ -13,7 +13,7 @@ "id": "070000fc-a7b7-4c56-a2c0-a938d413a790", "metadata": {}, "source": [ - "The complete chapter code is located in [Lab 1 Working with Text.ipynb](http://localhost:8888/files/part_1/01_main-code/Lab%201%20Working%20with%20Text.ipynb).\n", + "The complete chapter code is located in [Part 1 Working with Text](Lab%201%20Working%20with%20Text.ipynb).\n", "\n", "This notebook contains the main takeaway, the data loading pipeline without the intermediate steps." ]