Open
Description
Describe the feature you'd like
Add support for Transformers >=4.48.0 (which includes ModernBERT) to be used with the HuggingFaceModel
class: https://github.com/huggingface/transformers/releases/tag/v4.48.0
How would this feature be used? Please describe.
To be used with the HuggingFaceModel
class
Describe alternatives you've considered
Alternatively, newer transformers
versions can be used with the regular PyTorch estimator.