- README with full pipeline plan (tokenizer -> data -> model -> training -> eval) - pip/venv setup pinned to torch 2.13.0, numpy 2.5.1 (Python 3.13) - scripts/download_data.py: one-time TinyStoriesV2 fetch with SHA-256 recording - scripts/check_mps.py: verifies MPS backend, backward pass, GPU speedup
7 lines
55 B
Plaintext
7 lines
55 B
Plaintext
.venv/
|
|
__pycache__/
|
|
*.pyc
|
|
data/
|
|
checkpoints/
|
|
.DS_Store
|