02_model/¶
Foundation One internals: architecture decisions, training approach, evaluation
methodology, and the frozen taxonomy under taxonomy/.
What goes here: how the model works and how we measure it. Frontmatter
type: model.
taxonomy/ holds the category/label definitions as frozen YAML. These
are versioned, frozen artifacts โ changing one is a decision that should also
get an ADR in 07_decisions/. See taxonomy/README.md.
Owner: Arseniy (@alosev), with Patrik on infra-adjacent items.
How to add to this folder¶
- Branch (
bot/<slug>for agents,feat/<slug>for humans). - Copy
_TEMPLATE.mdif present; otherwise start with frontmatter (see../CONTRIBUTING.mdยง2). - Search first โ don't duplicate an existing file.
make verify, commit, open a PR. Never push tomain.