title | emoji | colorFrom | colorTo | sdk | sdk_version | app_file | pinned |
---|---|---|---|---|---|---|---|
LLM From Scratch |
🧠 |
green |
red |
streamlit |
1.30.0 |
app.py |
false |
Ibrahim Khalid
The hosted project is available on HuggingFace
The purpose of this project is to build a simple large language model from scratch.
This repo is following the guide from https://www.youtube.com/watch?v=UU1WVnMk4E8
In this repo:
- ./shakespeare.txt - This is a sample text used for training a smaller scale model
- ./bigram_testing.sync.ipynb - This notebook is where I test a basic BiGram model
- ./gpt_shakespeare.sync.ipynb - Notebook implementing simple GPT model using entire works of shakespeare
- ./gpt_openwebtext.sync.ipynb - Notebook implementing GPT model based on the OpenWebText Corpus
pip install -r ./requirements-base.txt
pip install -r ./requirements-pytorch.txt
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference