In the paper there is a nice visualization of prediction depth. Prediction depth is defined in the paper is the first layer where the most likely token is equal to the token output.

These should be included as part of the PredictionTrajectory class so that we can easily produce them in the future. Note that the code for this should be modular like TrajectoryStatistic since we may want to reuse these visualizations for attention in the future.
In the paper there is a nice visualization of prediction depth. Prediction depth is defined in the paper is the first layer where the most likely token is equal to the token output.
These should be included as part of the
PredictionTrajectoryclass so that we can easily produce them in the future. Note that the code for this should be modular likeTrajectoryStatisticsince we may want to reuse these visualizations for attention in the future.