From db4ec5bb3839bc5cc50d82e427848595d14b3070 Mon Sep 17 00:00:00 2001 From: Void Agent Date: Wed, 29 Jul 2026 17:47:48 +0100 Subject: Restructure: nanoGPT at root, custom code in src/ - Move model.py, train.py, configurator.py to root for nanoGPT compatibility - data/ and config/ directories at root with Shakespeare dataset prep scripts - src/jlens.py updated to import model from project root - Cleaned up stale src/config/ and duplicate src/ files - Fixed .gitignore: exclude out-shakespeare-char/ instead of raw data dirs --- .gitignore | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 91b3024..dc2eed8 100644 --- a/.gitignore +++ b/.gitignore @@ -5,8 +5,7 @@ __pycache__/ *.bin *.safetensors outputs/ -data/shakespeare/ -data/shakespeare_char/ +out-shakespeare-char/ *.egg-info/ .venv/ .ipynb_checkpoints/ -- cgit v1.2.3