I trained a Huggingface model by using HuggingfaceEstimator class. when I tried to deploy this estimator, I saw that create_model function is not implemented for this estimator class. Yes, I know I can deploy the model with some changes as Pytorch/Tensorflow.
Is this interface going to implemented soon or not?