Snapshotmain · a61d5f9
How one model ID becomes configuration, preprocessing, weights, generation, or a training run.
Click a building or route
System map7 components · 8 connections
130%
Connections
BuildingsEntryServiceComputeStorageRuntimeToolingExternal
Terms, in plain English
Auto classA factory that chooses a concrete implementation from pretrained configuration metadata.
How to study this repo
- 1Resolve one model ID
Follow AutoConfig and AutoModel mappings into from_pretrained and the chosen model class.
- 2Compare inference and training
Trace the same model through Pipeline.generate and Trainer.training_step to see where their control paths diverge.