An open API service indexing awesome lists of open source software.

https://github.com/en10/tinygpt


https://github.com/en10/tinygpt

Last synced: over 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# TinyGPT

Train and run a [nanoGPT](https://github.com/karpathy/ng-video-lecture/blob/master/gpt.py) model from scratch on the [TinyStories](https://huggingface.co/datasets/roneneldan/TinyStories) dataset.

* ## [TinyGPT Colab](https://github.com/EN10/TinyGPT/blob/main/TinyGPT.ipynb)

### Based on:
* [Original Karpathy Colab](https://colab.research.google.com/drive/1JMLa53HDuA-i7ZBmqV7ZnA3c_fvtXnx-?usp=sharing#scrollTo=2c5V0FvqseE0)
* [Karpathy Video](https://www.youtube.com/watch?v=kCc8FmEb1nY)