This is the code for "ChatGPT in 5 Minutes" By Siraj Raval on Youtube
This is the code for this video on Youtube by Siraj Raval on ChatGPT in 5 minutes.
- textRL
- transformers
- numpy
- jax
- Go to https://colab.research.google.com/
- Click Upload
- Upload the attached ipynb to Colab
- Run this in the cloud!
- Any missing dependencies? Run !pip install (dependency_name) inside a jupyter cell in the cloud
Credits for the code go to Jay Mody for PicoGPT, Andrej Karpathy for nanoGPT, the textRL library, and the huggingface team.