| 1 |
site_name: DocumentLanguageModel |
| 2 |
site_description: A text file becomes your personal, locally-trained LLM. |
| 3 |
site_url: https://tenseleyflow.github.io/DocumentLanguageModel/ |
| 4 |
repo_url: https://github.com/tenseleyFlow/DocumentLanguageModel |
| 5 |
repo_name: tenseleyFlow/DocumentLanguageModel |
| 6 |
edit_uri: edit/main/docs/ |
| 7 |
|
| 8 |
theme: |
| 9 |
name: material |
| 10 |
palette: |
| 11 |
- media: "(prefers-color-scheme: light)" |
| 12 |
scheme: default |
| 13 |
primary: indigo |
| 14 |
accent: indigo |
| 15 |
toggle: |
| 16 |
icon: material/brightness-7 |
| 17 |
name: Switch to dark mode |
| 18 |
- media: "(prefers-color-scheme: dark)" |
| 19 |
scheme: slate |
| 20 |
primary: indigo |
| 21 |
accent: indigo |
| 22 |
toggle: |
| 23 |
icon: material/brightness-4 |
| 24 |
name: Switch to light mode |
| 25 |
features: |
| 26 |
- navigation.instant |
| 27 |
- navigation.tracking |
| 28 |
- navigation.sections |
| 29 |
- navigation.top |
| 30 |
- content.code.copy |
| 31 |
- content.code.annotate |
| 32 |
|
| 33 |
markdown_extensions: |
| 34 |
- admonition |
| 35 |
- attr_list |
| 36 |
- def_list |
| 37 |
- footnotes |
| 38 |
- md_in_html |
| 39 |
- tables |
| 40 |
- toc: |
| 41 |
permalink: true |
| 42 |
- pymdownx.details |
| 43 |
- pymdownx.highlight: |
| 44 |
anchor_linenums: true |
| 45 |
- pymdownx.inlinehilite |
| 46 |
- pymdownx.snippets |
| 47 |
- pymdownx.superfences |
| 48 |
- pymdownx.tabbed: |
| 49 |
alternate_style: true |
| 50 |
|
| 51 |
nav: |
| 52 |
- Home: index.md |
| 53 |
- Getting started: |
| 54 |
- Install: getting-started/install.md |
| 55 |
- First train: getting-started/first-train.md |
| 56 |
- First prompt: getting-started/first-prompt.md |
| 57 |
- First export: getting-started/first-export.md |
| 58 |
- The .dlm format: |
| 59 |
- Frontmatter: format/frontmatter.md |
| 60 |
- Sections: format/sections.md |
| 61 |
- Instruction sections: format/instruction-section.md |
| 62 |
- Preference sections: format/preference-section.md |
| 63 |
- Export manifest: format/export-manifest.md |
| 64 |
- .dlm/training.yaml: format/dlm-training-yaml.md |
| 65 |
- .dlm/ignore: format/dlm-ignore.md |
| 66 |
- CLI reference: cli/reference.md |
| 67 |
- Cookbook: |
| 68 |
- Choosing a base: cookbook/choosing-a-base.md |
| 69 |
- Coding tutor: cookbook/coding-tutor.md |
| 70 |
- Domain knowledge base: cookbook/domain-kb.md |
| 71 |
- Writing partner: cookbook/writing-partner.md |
| 72 |
- Retrain & forget: cookbook/retrain-and-forget.md |
| 73 |
- Sharing with pack: cookbook/sharing-with-pack.md |
| 74 |
- Quantization tradeoffs: cookbook/quantization-tradeoffs.md |
| 75 |
- Preference (DPO vs ORPO): cookbook/preference-dpo-vs-orpo.md |
| 76 |
- Synthesize training data: cookbook/synthesize-training-data.md |
| 77 |
- Bootstrap self-improving: cookbook/bootstrap-self-improving.md |
| 78 |
- Self-improving loop: cookbook/self-improving-loop.md |
| 79 |
- Reward-model integration: cookbook/reward-model-integration.md |
| 80 |
- Multi-adapter composition: cookbook/multi-adapter.md |
| 81 |
- Interactive sessions: cookbook/interactive-session.md |
| 82 |
- Save-to-train (--watch): cookbook/watch-mode.md |
| 83 |
- Metrics & observability: cookbook/metrics.md |
| 84 |
- Template gallery: cookbook/template-gallery.md |
| 85 |
- Sharing adapters: cookbook/sharing.md |
| 86 |
- Multi-source training: cookbook/multi-source-training.md |
| 87 |
- Multi-target export: cookbook/multi-target-export.md |
| 88 |
- Train from a folder: cookbook/train-from-folder.md |
| 89 |
- Training across codebases: cookbook/training-across-codebases.md |
| 90 |
- Tokenized-section cache: cookbook/directive-cache.md |
| 91 |
- Architecture: architecture.md |
| 92 |
- Determinism: determinism.md |
| 93 |
- Hardware: |
| 94 |
- Memory estimates: hardware/memory-estimates.md |
| 95 |
- Vision-language memory: hardware/vl-memory.md |
| 96 |
- AMD ROCm: hardware/rocm.md |
| 97 |
- Troubleshooting: troubleshooting.md |
| 98 |
|