Skip to content

Commit e2a9565

Browse files
Merge pull request #232268 from laujan/patch-219
Update concept-custom-classifier.md
2 parents 781c54a + 8d29e76 commit e2a9565

File tree

2 files changed

+18
-2
lines changed

2 files changed

+18
-2
lines changed

articles/applied-ai-services/form-recognizer/concept-custom-classifier.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,11 @@ recommendations: false
1818

1919
**This article applies to:** ![Form Recognizer v3.0 checkmark](media/yes-icon.png) **Form Recognizer v3.0**.
2020

21+
> [!IMPORTANT]
22+
>
23+
> Custom classification model is currently in public preview. Features, approaches, and processes may change, prior to General Availability (GA), based on user feedback.
24+
>
25+
2126
Custom classification models are deep-learning-model types that combine layout and language features to accurately detect and identify documents you process within your application. Custom classification models can classify each page in an input file to identify the document(s) within and can also identify multiple documents or multiple instances of a single document within an input file.
2227

2328
## Model capabilities

articles/applied-ai-services/form-recognizer/how-to-guides/build-a-custom-classifier.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,15 @@ monikerRange: 'form-recog-3.0.0'
1313
recommendations: false
1414
---
1515

16-
# Build and train a custom classification model
16+
# Build and train a custom classification model (preview)
1717

1818
[!INCLUDE [applies to v3.0](../includes/applies-to-v3-0.md)]
1919

20+
> [!IMPORTANT]
21+
>
22+
> Custom classification model is currently in public preview. Features, approaches, and processes may change, prior to General Availability (GA), based on user feedback.
23+
>
24+
2025
Custom classification models can classify each page in an input file to identify the document(s) within. Classifier models can also identify multiple documents or multiple instances of a single document in the input file. Form Recognizer custom models require as few as five training documents per document class to get started. To get started training a custom classification model, you need at least **five documents** for each class and **two classes** of documents.
2126

2227
## Custom classification model input requirements
@@ -60,7 +65,7 @@ The Form Recognizer Studio provides and orchestrates all the API calls required
6065
6166
:::image type="content" source="../media/how-to/studio-select-storage.png" alt-text="Screenshot showing how to select the Form Recognizer resource.":::
6267

63-
1. Training a custom classifier requires the output from the Layout model for each document in your dataset. Run layout on all documents as an optional step to speed up the model training process.
68+
1. **Training a custom classifier requires the output from the Layout model for each document in your dataset**. Run layout on all documents prior to the model training process.
6469

6570
1. Finally, review your project settings and select **Create Project** to create a new project. You should now be in the labeling window and see the files in your dataset listed.
6671

@@ -108,6 +113,12 @@ Once the model training is complete, you can test your model by selecting the mo
108113

109114
Congratulations you've trained a custom classification model in the Form Recognizer Studio! Your model is ready for use with the REST API or the SDK to analyze documents.
110115

116+
## Troubleshoot
117+
118+
The [classification model](../concept-custom-classifier.md) requires results from the [layout model](../concept-layout.md) for each training document. If you haven't provided the layout results, the Studio attempts to run the layout model for each document prior to training the classifier. This process is throttled and can result in a 429 response.
119+
120+
In the Studiio, prior to training with the classification model, run the [layout model](https://formrecognizer.appliedai.azure.com/studio/layout) on each document and upload it to the same location as the original document. Once the layout results are added, you can train the classifier model with your documents.
121+
111122
## Next steps
112123

113124
> [!div class="nextstepaction"]

0 commit comments

Comments
 (0)