/ChatGPT_in_5_Minutes

This is the code for "ChatGPT in 5 Minutes" By Siraj Raval on Youtube

Primary LanguageJupyter Notebook

ChatGPT_in_5_Minutes

This is the code for "ChatGPT in 5 Minutes" By Siraj Raval on Youtube

Overview

This is the code for this video on Youtube by Siraj Raval on ChatGPT in 5 minutes.

Dependenies

  • textRL
  • transformers
  • numpy
  • jax

Instructions

  1. Go to https://colab.research.google.com/
  2. Click Upload
  3. Upload the attached ipynb to Colab
  4. Run this in the cloud!
  5. Any missing dependencies? Run !pip install (dependency_name) inside a jupyter cell in the cloud

Credits

Credits for the code go to Jay Mody for PicoGPT, Andrej Karpathy for nanoGPT, the textRL library, and the huggingface team.