You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/ai-services/document-intelligence/train/custom-model.md
+6-3Lines changed: 6 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -50,7 +50,7 @@ To create a custom extraction model, label a dataset of documents with the value
50
50
> Document Intelligence `v4.0 2024-11-30 (GA)` API supports custom neural model **overlapping fields**, **signature detection** and **table, row and cell level confidence**.
51
51
>
52
52
53
-
The custom neural (custom document) model uses deep learning models and base model trained on a large collection of documents. This model is then fine-tuned or adapted to your data when you train the model with a labeled dataset. Custom neural models support extracting key data fields from structured, semi-structured, and unstructured documents. When you're choosing between the two model types, start with a neural model to determine if it meets your functional needs. See [neural models](custom-neural.md) to learn more about custom document models.
53
+
The custom neural (custom document) model uses deep learning models and base model trained on a large collection of documents. This model is then fine-tuned or adapted to your data when you train the model with a labeled dataset. Custom neural models support extracting key data fields from structured, semi-structured, and unstructured documents. When you're choosing between the two model types, start with a neural model to determine if it meets your functional needs. With V4.0, custom neural model supports signature detection, table confidence and overlapping fields. See [neural models](custom-neural.md) to learn more about custom document models.
54
54
55
55
### Custom template model
56
56
@@ -145,12 +145,15 @@ The following table compares custom template and custom neural features:
|Document structure|Template, form, and structured | Structured, semi-structured, and unstructured|
148
-
|Training time | 1 to 5 minutes |20 minutes to 1 hour |
148
+
|Training time | 1 to 5 minutes |30 minutes to 12 hour*|
149
149
|Data extraction | Key-value pairs, tables, selection marks, coordinates, and signatures | Key-value pairs, selection marks, and tables|
150
150
|Overlapping fields | Not supported | Supported |
151
151
|Document variations | Requires a model per each variation | Uses a single model for all variations |
152
152
|Language support |[**Language support custom template**](../language-support/custom.md#custom-template)|[**Language support custom neural**](../language-support/custom.md#custom-neural)|
153
153
154
+
155
+
*-Default training time is 30 mins, enable paid training to train a model longer than 30 mins. Check more details under [training support for custom neural](../train/custom-neural.md)
156
+
154
157
### Custom classification model
155
158
156
159
Document classification is a new scenario supported by Document Intelligence with the ```2023-07-31``` (v3.1 GA) API. The document classifier API supports classification and splitting scenarios. Train a classification model to identify the different types of documents your application supports. The input file for the classification model can contain multiple documents and classifies each document within an associated page range. To learn more, *see*[custom classification](custom-classifier.md) models.
@@ -249,7 +252,7 @@ This table compares the supported data extraction areas:
249
252
**Table symbols**:<br>
250
253
✔—Supported<br>
251
254
**n/a—Currently unavailable;<br>
252
-
*-Behaves differently depending upon model. With template models, synthetic data is generated at training time. With neural models, exiting text recognized in the region is selected.
255
+
*-Behaves differently depending upon model. With template models, synthetic data is generated at training time. With neural models, existing text recognized in the region is selected.
253
256
254
257
> [!TIP]
255
258
> To choose between the two model types, start with a custom neural model if it meets your functional needs. See [custom neural](custom-neural.md) to learn more about custom neural models.
0 commit comments