Thanks for contributing to LittleLM.
- Do not commit large raw corpora.
- Do not commit generated dictionary artifacts.
- Run tests before opening a PR.
- If you change core model behavior, explain why in the PR description.
- Create a feature branch.
- Install development dependencies.
- Run
pytest -q. - Open PR with context, rationale, and tests.