2 Commits

Author SHA1 Message Date
H1K0 7b68d86ce5 docs(report): add development chronicle section (§7)
Add a narrative 'development chronicle' to the report notebook, drawn from
the project's commit history: six instructive episodes (BAR-token removal,
key normalization, the shared-bias aliasing bug, --bars vs early EOS,
fail-loud on empty bars, fine-tune lr/epoch search) plus three short notes
(open style tags, corpus hygiene, the 'time' name-shadowing trap). Each
episode ends with a generalizable lesson. Renumber the conclusions section
from 7 to 8 accordingly.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-04 21:43:25 +03:00
H1K0 c56397df54 docs: add Russian project report notebook (notebooks/report.ipynb)
Runnable end-to-end report combining narrative, code, and inline figures:
data and .chord format, transformer working principle, two-stage training
curves, perplexity (3.58 -> 2.15), distribution-shift plot with a reading
legend, qualitative examples, and a generation demo. Written in a
first-person student voice.

- CLAUDE.md: report is now a Jupyter notebook; GOST formatting dropped
- requirements.txt: add nbconvert + ipykernel (optional, for the notebook)

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-04 17:07:00 +03:00