Skip to content

Commit c79b055

Browse files
authored
Update concept-composed-models.md
1 parent 12c32e8 commit c79b055

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

articles/applied-ai-services/form-recognizer/concept-composed-models.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,17 @@ recommendations: false
2929
With composed models, you can assign multiple custom models to a composed model called with a single model ID. It's useful when you've trained several models and want to group them to analyze similar form types. For example, your composed model might include custom models trained to analyze your supply, equipment, and furniture purchase orders. Instead of manually trying to select the appropriate model, you can use a composed model to determine the appropriate custom model for each analysis and extraction.
3030

3131
* ```Custom form``` and ```Custom template``` models can be composed together into a single composed model.
32+
3233
* With the model compose operation, you can assign up to 200 trained custom models to a single composed model. To analyze a document with a composed model, Form Recognizer first classifies the submitted form, chooses the best-matching assigned model, and returns results.
34+
3335
* For **_custom template models_**, the composed model can be created using variations of a custom template or different form types. This operation is useful when incoming forms may belong to one of several templates.
36+
3437
* The response will include a ```docType``` property to indicate which of the composed models was used to analyze the document.
38+
3539
* For ```Custom neural``` models the best practice is to add all the different variations of a single document type into a single training dataset and train on custom neural model. Model compose is best suited for scenarios when you have documents of different types being submitted for analysis.
3640

41+
* Pricing is the same whether you are using a composed model or selecting a specific model. Each document is analyzed by only one model. With composed models, the system performs a classification to check which of the composed cusom models should be invoked and invokes the single best model for the document.
42+
3743
## Compose model limits
3844

3945
> [!NOTE]
@@ -84,4 +90,4 @@ Learn to create and compose custom models:
8490

8591
> [!div class="nextstepaction"]
8692
> [**Build a custom model**](how-to-guides/build-a-custom-model.md)
87-
> [**Compose custom models**](how-to-guides/compose-custom-models.md)
93+
> [**Compose custom models**](how-to-guides/compose-custom-models.md)

0 commit comments

Comments
 (0)