a. Clone this repo, using git clone https://github.com/karthikeyanVK/gpt-learn.git
b. Login to Google Colab, https://colab.research.google.com/, create an account if you have dont have one already.
-
Open in a new tab, tensors-basics.ipynb
-
Choose Select 'Runtime Type' - Python and 'Hardware accelerator' - T4 GPU, and click Save
-
Use tensors-basics.ipynb for instructions
-
In google colab start writing the commands given in tensors-basics.ipynb
-
Once Completed goto Menu->Runtime -> Disconnect and delete Runtime. This will make you ready for next module.
-
Open bigram.ipynb, Select Github, paste this url and create a new Note book
-
Choose Select 'Runtime Type' - Python and 'Hardware accelerator' - T4 GPU, and click Save
-
Use bigram.ipynb for instructions
-
In google colab start writing the commands given in bigram.ipynb
-
Once Completed goto Menu->Runtime -> Disconnect and delete Runtime. This will make you ready for next module.
-
Open gptv1.ipynb, Select Github, paste this url and create a new Note book
-
Choose Select 'Runtime Type' - Python and 'Hardware accelerator' - T4 GPU, and click Save
-
Use gptv1.ipynb for instructions
-
In google colab start writing the commands given in gptv1.ipynb
-
Once Completed goto Menu->Runtime -> Disconnect and delete Runtime. This will make you ready for next module.