you're looking for clarification regarding the expiration of your CLU models and deployments. Here’s the scoop on your questions:
- Will the models still respond after the expiration date: After the expiration date, which you mentioned as February 16, 2026, your deployed CLU models will no longer be available for making predictions. Once the deployment has expired, API calls to that model will return an error, and you won’t be able to query the model for responses.
- About training and fine-tuning post-expiration: After the indicated expiration date, you won't be able to retrain or fine-tune the models. If you want to continue utilizing your models effectively, it’s advisable to retrain and redeploy them before their expiration date using the latest configuration.
To prevent any service interruptions due to model expiration, you can consider the following steps:
- Regularly check the expiration timelines for your models and redeploy them with the latest configurations before they expire.
- Familiarize yourself with the processes for model updates and deployment, such as using Azure CLI or PowerShell commands mentioned in the relevant documentation.
For further details on deployments and managing model expirations, you might want to refer to the following resources:
- Model deployment guide
- Understanding model lifecycles
- Azure Language service - model updates and auto-upgrades
Please 'Upvote'(Thumbs-up) and 'Accept' as answer if the reply was helpful. This will be benefitting other community members who face the same issue.