Shivanandroy / simpleT5

simpleT5 is built on top of PyTorch-lightning⚡️ and Transformers🤗 that lets you quickly train your T5 models.
MIT License
382 stars 61 forks source link

Azure Deployment #26

Open mandulasandeep opened 2 years ago

mandulasandeep commented 2 years ago

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! Screenshot (132)