I have generated a model for text Prediction using AutoGluon running in a SageMaker notebook instance. I already have a model folder, containing the following files:
hf_text folder;
assets.json
config.yaml
data_processor.pkl
df_preprocessor.pkl
DS_Store
model.ckpt
The model is working well but I am facing problems to deploy it to be called as an inference endpoint. All the documentation found is using TabularPredictor, but I need help for TextPredictor