jargon

Applied AI·How models work

the number in the model's name counts these, training is what changed them, and inference only ever reads them.

Parameters / weights

Also calledweights

Draft summary, pending review

The learned numbers inside the model; the two words are interchangeable. Training adjusts them, inference just reads them. A '70B model' has seventy billion of these numbers.