gmihaila / ml_things

This is where I put things I find useful that speed up my work with Machine Learning. Ever looked in your old projects to reuse those cool functions you created before? Well, this repo is designed to be a Python Library of functions I created in my previous project that can be reused. I also share some Notebooks Tutorials and Python Code Snippets.
https://gmihaila.github.io
Apache License 2.0
245 stars 61 forks source link

Wrong link in gpt2_finetune_classification.ipynb #11

Closed lukaskuhn-lku closed 2 years ago

lukaskuhn-lku commented 3 years ago

The link to the google colab notebook in _gpt2_finetuneclassification.ipynb does not lead to the right notebook. It currently leads to _https://colab.research.google.com/github/gmihaila/ml_things/blob/master/notebooks/pytorch/pretrain_transformers_pytorch.ipynb_ and should be changed to _https://colab.research.google.com/github/gmihaila/ml_things/blob/master/notebooks/pytorch/gpt2_finetune_classification.ipynb_

gmihaila commented 3 years ago

Hi @lukaskuhn-lku ! Great catch! Thank you for your contribution! It's now fixed.