Skip to content

Commit 8d2a9c6

Browse files
authored
Merge pull request #211746 from vkurpad/master
updated faq and compose limit
2 parents f6598b9 + d40ab2a commit 8d2a9c6

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,11 @@ recommendations: false
1818

1919
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.
2020

21-
* ```Custom form```and ```Custom document``` models can be composed together into a single composed model when they're trained with the same API version or an API version later than ```2022-08-31```. For more information on composing custom template and custom neural models, see [compose model limits](#compose-model-limits).
22-
* With the model compose operation, you can assign up to 100 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.
21+
* ```Custom form``` and ```Custom template``` models can be composed together into a single composed model.
22+
* 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.
2323
* 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.
2424
* The response will include a ```docType``` property to indicate which of the composed models was used to analyze the document.
25+
* 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.
2526

2627
## Compose model limits
2728

articles/applied-ai-services/form-recognizer/faq.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -327,12 +327,14 @@ sections:
327327
- question: |
328328
How many custom models can I compose into a single custom model?
329329
answer: |
330-
With the [Model Compose](compose-custom-models-v2-1.md#create-a-composed-model) operation, you can assign up to 100 models to a single model ID.
330+
With the [Model Compose](compose-custom-models-v2-1.md#create-a-composed-model) operation, you can assign up to 200 models to a single model ID.
331331
332332
- When you make the Analyze request with a composed modelID, Form Recognizer classifies the submitted form, chooses the best model, and returns the results.
333333
334334
- Model Compose is currently available only for custom models trained with labels.
335335
336+
- Analyzing a document with composed models is identical to analyzing a document with a single model, the analyze result returns a ```docType``` property indicating which of the component models was selected for analyzing the document. There is no change in pricing for analyzing a document with an individual custom model or a composed custom model.
337+
336338
Learn more about [composed models](concept-custom.md).
337339
338340
- question: |

0 commit comments

Comments
 (0)