From cb50893932b9720d2fd16050e23debdafbe821c4 Mon Sep 17 00:00:00 2001 From: George Mihaila Date: Fri, 16 Jul 2021 17:04:41 -0500 Subject: [PATCH] Update gpt2_finetune_classification.ipynb --- notebooks/pytorch/gpt2_finetune_classification.ipynb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/notebooks/pytorch/gpt2_finetune_classification.ipynb b/notebooks/pytorch/gpt2_finetune_classification.ipynb index 3270f6a..862eb89 100644 --- a/notebooks/pytorch/gpt2_finetune_classification.ipynb +++ b/notebooks/pytorch/gpt2_finetune_classification.ipynb @@ -3494,7 +3494,7 @@ "\n", "## **Complete tutorial on how to use GPT2 for text classification.**\n", "\n", - "[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/gmihaila/ml_things/blob/master/notebooks/pytorch/pretrain_transformers_pytorch.ipynb)  \n", + "[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/gmihaila/ml_things/blob/master/notebooks/pytorch/gpt2_finetune_classification.ipynb)  \n", "[![Generic badge](https://img.shields.io/badge/GitHub-Source-greensvg)](https://github.com/gmihaila/ml_things/blob/master/notebooks/pytorch/pretrain_transformers_pytorch.ipynb)\n", "[![Generic badge](https://img.shields.io/badge/Article-Medium-black.svg)](https://medium.com/@gmihaila/fine-tune-transformers-in-pytorch-using-transformers-57b40450635)\n", "[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)\n", @@ -4976,4 +4976,4 @@ ] } ] -} \ No newline at end of file +}