Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 300 Bytes

File metadata and controls

11 lines (8 loc) · 300 Bytes

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