2.3 TFs
This page describes
- 2.3.1a TF gist #1. (COMBINE WITH #2) The gist of what an LLM model does without complex algorithms or architecture diagrams.
- 2.3.1b TF gist #2. of the LLM TF UFA … A marvel of engineering complexity.
- 2.3.4 TF transformer training
- 2.3.6 TF demos
2.3.1a TF GIST #1
Describes in concise detail gist of what an LLM model does without describing complex algorithms or architectures.

2.3.1b TF GIST #2
This will give you an appreciation of the vast complexity of TF calculations.

2.3.4 TF transformer training
Training is something most of us will never do (Palantir uses standard models; they do no customized training). But Training is the defining aspect of model transformer (TF) design.

2.3.6 TF demos
- New low level demos. Just understanding on a low-level how LLMs really work (at least the transformer part) can greatly increase your ability to design LLM-based AI projects.

26.00610 (reorg) (0530)