simpleT5
simpleT5 copied to clipboard
Azure Deployment
Hi,
I am trying to deploy the model in Azure. So I have used Azure Data Bricks for the coding part and for storage I am using ADLS. After Mounting with Data Bricks, In model.load_model getting error. i.e (I have given model_type as t5 and model_dir, I have given ADLS model storage path) and my error "404 Client Error: Not Found for url: https://huggingface.co/outputs/simplet5-epoch-0-train-loss-0.0439//resolve/main/config.json" But if I remove model_type It can execute but predictions are wrong
What is Wrong!
