LLM-Pure-Python This repo is a very basic implementation of an LLM in pure python (no torch, no numpy) To train and inference python Network.py Pickles to save Classes (Network, Layer, Neuron) Dataset is input_tiny.txt (but you can change it) loaded by dataset.py maths.py is just a util