Skip to content

Latest commit

 

History

History
35 lines (26 loc) · 1.59 KB

File metadata and controls

35 lines (26 loc) · 1.59 KB

Documentation Index

This directory documents the public LangSlice implementation. It is meant to describe the code that exists now, not private planning notes or historical session handoffs.

Start Here

Runtime References

Repository Map

  • src/langslice_harness/ - installable Python harness and langslice CLI.
  • tauri-gui/ - desktop GUI.
  • web-demo/ - static browser demo.
  • models/langslice-gemma-4/ - Gemma 4 E4B fine-tuning project.
  • models/langslice-traces/, models/synthdata/, models/training-core/, models/data/ - shared model/data packages.
  • tests/ - pytest coverage.
  • docs/ - public documentation.

Local-Only Material

The repo intentionally does not track private data rows, generated corpora, model checkpoints, local run outputs, or private planning notes. Keep those in ignored paths such as _local/, out/, data/, debug_runs/, and references/.