Hello Prafful Agarwal,
Welcome to the Microsoft Q&A and thank you for posting your questions here.
I understand that you're having a pop-up error that displayed "Could not build the model: Total number of pages in the dataset is 1013. The maximum number of pages allowed in a dataset is 1000."
The error you're encountering is due to the dataset exceeding the maximum allowed number of pages, which is 1000 - You can read more here: https://learn.microsoft.com/en-us/azure/ai-studio/reference/reference-model-inference-api
To resolve the issue, follow these steps:
- Try to reduce the number of pages in your dataset to 1000 or fewer. You can do this by splitting your dataset into smaller subsets and processing them separately.
- Review your dataset to ensure that only the necessary pages are included. Remove any redundant or irrelevant pages that might be inflating the total count.
- If reducing the dataset size is not feasible, consider reaching out to Azure support via Azure Portal.
I hope this is helpful! Do not hesitate to let me know if you have any other questions.
Please don't forget to close up the thread here by upvoting and accept it as an answer if it is helpful.