Hi Barath G,
Greetings & Welcome to the Microsoft Q&A forum! Thank you for sharing your query.
Training the model via API can indeed be tricky. Here are a few tips to help you troubleshoot:
Double-check that the paths to your training data are correct and that your JSONL files are properly formatted. Even small errors can cause issues.
Azure Custom Classifier now supports incremental training, which allows you to add new samples to existing classes or add new classes without retraining everything.
If you're facing issues like "training data not available at path" or "invalid source content," ensure that your Azure Blob Storage paths are correct and that your JSONL files match the required schema.
Training Costs:
Custom Template Model: Training is free.
Custom Neural Model: Free for the first 10 hours. After that, it costs $3 per hour.
Classification Costs:
$3 per 1,000 pages for classification requests after training.
OCR Costs: There are no additional OCR costs mentioned specifically for the Azure Custom Classifier, but it's always good to check the latest pricing details on the Azure pricing page. For a detailed outline of how the Azure Custom Classifier works, including the differences between template and neural models, and how layout vs. actual text is handled, you can refer to the following resources:
Build and Train a Custom Classifier.
I hope this information helps. Thank you!