From 25277e756a5417d0676c9898d8f9faa54f17d721 Mon Sep 17 00:00:00 2001 From: julamarkova-vibe Date: Fri, 10 Jul 2026 12:38:44 +0200 Subject: [PATCH 1/5] Fix dead neptune.ai blog links Co-Authored-By: Claude Fable 5 --- llama2-finetune-own-data.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llama2-finetune-own-data.ipynb b/llama2-finetune-own-data.ipynb index c9a7347..d8a3b7f 100644 --- a/llama2-finetune-own-data.ipynb +++ b/llama2-finetune-own-data.ipynb @@ -296,7 +296,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "Now let's tokenize again with padding and truncation, and set up the tokenize function to make labels and input_ids the same. This is basically what [self-supervised fine-tuning is](https://neptune.ai/blog/self-supervised-learning)." + "Now let's tokenize again with padding and truncation, and set up the tokenize function to make labels and input_ids the same. This is basically what [self-supervised fine-tuning is](https://www.bestaiweb.ai/glossary/self-supervised-learning/)." ] }, { From d85e5d673ee6f346f087531cdfd8ab65fd7f5c52 Mon Sep 17 00:00:00 2001 From: julamarkova-vibe Date: Fri, 10 Jul 2026 12:38:45 +0200 Subject: [PATCH 2/5] Fix dead neptune.ai blog links Co-Authored-By: Claude Fable 5 --- mistral-finetune-own-data.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mistral-finetune-own-data.ipynb b/mistral-finetune-own-data.ipynb index 52e4251..d07da35 100644 --- a/mistral-finetune-own-data.ipynb +++ b/mistral-finetune-own-data.ipynb @@ -523,7 +523,7 @@ "id": "bMlw8h743m19" }, "source": [ - "Now let's tokenize again with padding and truncation, and set up the tokenize function to make labels and input_ids the same. This is basically what [self-supervised fine-tuning is](https://neptune.ai/blog/self-supervised-learning)." + "Now let's tokenize again with padding and truncation, and set up the tokenize function to make labels and input_ids the same. This is basically what [self-supervised fine-tuning is](https://www.bestaiweb.ai/glossary/self-supervised-learning/)." ] }, { From 630bd4c29202beeb2682ab3817b0fe08788d0484 Mon Sep 17 00:00:00 2001 From: julamarkova-vibe Date: Fri, 10 Jul 2026 12:38:47 +0200 Subject: [PATCH 3/5] Fix dead neptune.ai blog links Co-Authored-By: Claude Fable 5 --- mistral-finetune.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mistral-finetune.ipynb b/mistral-finetune.ipynb index d59563a..fbb62f3 100644 --- a/mistral-finetune.ipynb +++ b/mistral-finetune.ipynb @@ -217,7 +217,7 @@ "id": "WLvc85zDyRgg" }, "source": [ - "Setup the tokenize function to make labels and input_ids the same. This is basically what [self-supervised fine-tuning is](https://neptune.ai/blog/self-supervised-learning):" + "Setup the tokenize function to make labels and input_ids the same. This is basically what [self-supervised fine-tuning is](https://www.bestaiweb.ai/glossary/self-supervised-learning/):" ] }, { From 747f20ef4714fa75e9701de8f1ce94d9517b4c7b Mon Sep 17 00:00:00 2001 From: julamarkova-vibe Date: Fri, 10 Jul 2026 12:38:49 +0200 Subject: [PATCH 4/5] Fix dead neptune.ai blog links Co-Authored-By: Claude Fable 5 --- mixtral-finetune-own-data.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mixtral-finetune-own-data.ipynb b/mixtral-finetune-own-data.ipynb index 6a4b175..1b4d50a 100644 --- a/mixtral-finetune-own-data.ipynb +++ b/mixtral-finetune-own-data.ipynb @@ -400,7 +400,7 @@ "id": "bMlw8h743m19" }, "source": [ - "Now let's tokenize again with padding and truncation, and set up the tokenize function to make labels and input_ids the same. This is basically what [self-supervised fine-tuning is](https://neptune.ai/blog/self-supervised-learning)." + "Now let's tokenize again with padding and truncation, and set up the tokenize function to make labels and input_ids the same. This is basically what [self-supervised fine-tuning is](https://www.bestaiweb.ai/glossary/self-supervised-learning/)." ] }, { From 99db7660e0821adc9e028e757851d35823ab292b Mon Sep 17 00:00:00 2001 From: julamarkova-vibe Date: Fri, 10 Jul 2026 12:38:50 +0200 Subject: [PATCH 5/5] Fix dead neptune.ai blog links Co-Authored-By: Claude Fable 5 --- phi2-finetune-own-data.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phi2-finetune-own-data.ipynb b/phi2-finetune-own-data.ipynb index 8a5f9f8..052f026 100644 --- a/phi2-finetune-own-data.ipynb +++ b/phi2-finetune-own-data.ipynb @@ -433,7 +433,7 @@ "id": "bMlw8h743m19" }, "source": [ - "Now let's tokenize again with padding and truncation, and set up the tokenize function to make labels and input_ids the same. This is basically what [self-supervised fine-tuning is](https://neptune.ai/blog/self-supervised-learning)." + "Now let's tokenize again with padding and truncation, and set up the tokenize function to make labels and input_ids the same. This is basically what [self-supervised fine-tuning is](https://www.bestaiweb.ai/glossary/self-supervised-learning/)." ] }, {