Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 1.12 KB

File metadata and controls

14 lines (11 loc) · 1.12 KB

Documentation

Teich documentation now lives in focused pages under docs/.

  • Generation: create new Codex, Pi, Claude Code, Hermes, or chat datasets, or extract existing local sessions with teich extract.
  • CLI Reference: command usage for init, generate, extract, convert, anonymize, studio, and pool.
  • Teich Studio: configure projects, manage prompts, run batches, and save interactive sessions from a browser.
  • Preparing Data: load local files, folders, Hugging Face datasets, datasets.Dataset objects, and source mixes.
  • Training: use Teich with TRL / Unsloth and apply response-only labels with mask_data().
  • Data Format: understand messages, tools, metadata, native Claude context, and structured chat rows.
  • Python API: public functions and validation helpers.
  • Pipeline Flow: generation, preparation, and masking diagrams.

The top-level README.md is the package/PyPI front page and intentionally stays short.