16
Lesson 16 of 20 ยท Smart Helpers
Training vs inference
Training is when the model learns from data (expensive, slow). Inference is when it generates responses for users (fast). Most users only see inference.
- Training teaches the model; inference uses it.
- Training is expensive; inference is fast.
Think about it
What are system prompts?
