Model Pipeline - Gradient clipping
This pipeline shows how gradient clipping helps keep training stable by limiting the size of gradients during model training. It prevents big jumps in learning that can cause the model to get stuck or behave unpredictably.