The _encoder.py module defines three public classes: EncoderPredictorConfig, PositionalEncoding, and TokenPredictor. However, layers/init.py only re-exports EncoderPredictorConfig. The other two classes should also be re-exported for API consistency.
The _encoder.py module defines three public classes: EncoderPredictorConfig, PositionalEncoding, and TokenPredictor. However, layers/init.py only re-exports EncoderPredictorConfig. The other two classes should also be re-exported for API consistency.