Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 416 Bytes

File metadata and controls

17 lines (12 loc) · 416 Bytes

Contributing

Thanks for contributing to LittleLM.

Basic rules

  • 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.

Development workflow

  1. Create a feature branch.
  2. Install development dependencies.
  3. Run pytest -q.
  4. Open PR with context, rationale, and tests.