Model Pipeline - Zero-shot prompting
Zero-shot prompting lets a language model answer questions or perform tasks without any examples. It uses only the question or instruction given, like asking a friend who knows a lot.
Zero-shot prompting lets a language model answer questions or perform tasks without any examples. It uses only the question or instruction given, like asking a friend who knows a lot.
Loss
2.3 |**************
1.5 |********
1.0 |******
0.7 |****
0.5 |**
+----------------
1 5 10 15 20 Epochs| Epoch | Loss ↓ | Accuracy ↑ | Observation |
|---|---|---|---|
| 1 | 2.3 | 0.10 | Model starts learning basic language patterns |
| 5 | 1.5 | 0.35 | Model improves understanding of instructions |
| 10 | 1.0 | 0.55 | Model better predicts correct outputs without examples |
| 15 | 0.7 | 0.70 | Model shows strong zero-shot ability |
| 20 | 0.5 | 0.80 | Model converges with good zero-shot performance |