Model Pipeline - Bias in generative models
This pipeline shows how bias can enter and affect a generative AI model. It starts with data collection, moves through preprocessing and training, and ends with biased or fair generated outputs.
This pipeline shows how bias can enter and affect a generative AI model. It starts with data collection, moves through preprocessing and training, and ends with biased or fair generated outputs.
Loss
2.3 |****
2.0 |***
1.7 |**
1.4 |*
1.1 |****
Epochs -> 1 3 5 7| Epoch | Loss ↓ | Accuracy ↑ | Observation |
|---|---|---|---|
| 1 | 2.3 | 0.25 | Model starts learning basic language patterns |
| 3 | 1.8 | 0.40 | Model improves but still biased towards frequent patterns |
| 5 | 1.4 | 0.55 | Model captures more complex patterns, bias remains |
| 7 | 1.1 | 0.65 | Model converges, bias in data reflected in outputs |