rajgarg021 - Overview
Navigation Menu
Pinned Loading
-
Clean inference code for LLaMA-3 with lots of comments explaining every step
Python 3
-
Implementing a Decoder-Transformer network (10M parameters) from scratch
Python
-
PyTorch implementation of Stable Diffusion from scratch
Python
-
Implementing the DDPM paper from scratch to learn about diffusion models
Jupyter Notebook
-
Implementing various quantization techniques for neural networks using PyTorch
Jupyter Notebook
-
Clean implementation of Byte-Level Byte Pair Encoding algorithm commonly used for tokenization for LLMs
Python