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-neural.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -45,7 +45,7 @@ Custom neural models share the same labeling format and strategy as [custom temp
45
45
## Model capabilities
46
46
47
47
> [!IMPORTANT]
48
-
> Custom neural v4.0 2024-11-30 (GA) model supports overlapping fields and table cell confidence.
48
+
> Custom neural v4.0 `2024-11-30` (GA) model supports overlapping fields and table cell confidence.
49
49
50
50
Custom neural models currently support key-value pairs and selection marks and structured fields (tables).
51
51
@@ -64,7 +64,7 @@ Neural models support documents that have the same information, but different pa
64
64
65
65
### Overlapping fields
66
66
67
-
Custom neural v4.0 2024-11-30 (GA) model supports overlapping fields:
67
+
Custom neural v4.0 `2024-11-30` (GA) model supports overlapping fields:
68
68
69
69
To use the overlapping fields, your dataset needs to contain at least one sample with the expected overlap. To label an overlap, use **region labeling** to designate each of the spans of content (with the overlap) for each field. Labeling an overlap with field selection (highlighting a value) fails in the Studio as region labeling is the only supported labeling tool for indicating field overlaps. Overlap support includes:
70
70
@@ -294,9 +294,9 @@ POST https://{endpoint}/documentintelligence/documentModels:build?api-version=20
294
294
295
295
> [!IMPORTANT]
296
296
>
297
-
> * If you would like to train additional neural models or train models for a longer time period that **exceed 10 hours**, billing charges apply. For details on the billing charges, refer to the [pricing page](https://azure.microsoft.com/pricing/details/ai-document-intelligence/).
298
-
> * You can opt in for this paid training service by setting the `maxTrainingHours` to the desired maximum number of hours. API calls with no budget but with the `maxTrainingHours` set as over 10 hours will fail.
299
-
> *As each build takes different amount of time depending on the type and size of the training dataset, billing is calculated for the actual time spent training the neural model, with a minimum of 30 minutes per training job.
297
+
> * If you would like to train more neural models or train models for a longer time period that **exceed 10 hours**, billing charges apply. For details on the billing charges, refer to the [pricing page](https://azure.microsoft.com/pricing/details/ai-document-intelligence/).
298
+
> * You can opt in for this paid training service by setting the `maxTrainingHours` to the desired maximum number of hours. API calls with no budget but with the `maxTrainingHours` set to over 10 hours fail.
299
+
> *Each build takes a different amount of time depending on the type and size of the training dataset. Billing is calculated for the actual time spent training the neural model with a minimum of 30 minutes per training job.
300
300
> * This paid training feature enables you to train larger data sets for longer durations with flexibility in the training hours.
301
301
302
302
```bash
@@ -311,7 +311,7 @@ GET /documentModels/{myCustomModel}
311
311
```
312
312
313
313
> [!NOTE]
314
-
> For Document Intelligence versions `v3.1 (2023-07-31)` and `v3.0 (2022-08-31)`, custom neural model's paid training is not enabled. For the two older versions, you will get a maximum of 30minutes training duration per model. If you would like to train more than 20 model instances, you can create an [Azure support ticket](../service-limits.md#create-and-submit-support-request-for-tps-increase) to increase in the training limit.
314
+
> For Document Intelligence versions `v3.1 (2023-07-31)` and `v3.0 (2022-08-31)`, custom neural model's paid training isn't enabled. For the two older versions, there's a maximum of 30-minutes training duration per model. If you would like to train more than 20 model instances, you can create an [Azure support ticket](../service-limits.md#create-and-submit-support-request-for-tps-increase) to increase in the training limit.
315
315
316
316
:::moniker-end
317
317
@@ -323,7 +323,7 @@ For Document Intelligence versions `v3.1 (2023-07-31) and v3.0 (2022-08-31)`, yo
323
323
324
324
> [!IMPORTANT]
325
325
>
326
-
> * When increasing the training limit, note that 2 custom neural model training sessions will be considered as 1 training hour. For more information on the pricing for increasing the number of training sessions, *see** the [pricing page](https://azure.microsoft.com/pricing/details/ai-document-intelligence/).
326
+
> * When you increase the training limit, two custom neural model training sessions is considered as one training hour. For more information on the pricing for increasing the number of training sessions, *see** the [pricing page](https://azure.microsoft.com/pricing/details/ai-document-intelligence/).
327
327
> * Azure support ticket for training limit increase can only apply at a **resource-level**, not a subscription level. You can request a training limit increase for a single Document Intelligence resource by specifying your resource ID and region in the support ticket.
328
328
329
329
If you want to train models for longer durations than 30 minutes, we support **paid training** with version `v4.0 2024-11-30 (GA)`. Using the latest version, you can train your model for a longer duration to process larger documents. For more information about paid training, *see* [Billing v4.0](../service-limits.md#billing).
@@ -338,7 +338,7 @@ For Document Intelligence versions `v3.1 (2023-07-31) and v3.0 (2022-08-31)`, yo
338
338
339
339
> [!IMPORTANT]
340
340
>
341
-
> * When increasing the training limit, note that 2 custom neural model training sessions will be considered as 1 training hour. For more information on the pricing for increasing the number of training sessions, *see* the [pricing page](https://azure.microsoft.com/pricing/details/ai-document-intelligence/).
341
+
> * When you increase the training limit, two custom neural model training sessions is considered as one training hour. For more information on the pricing for increasing the number of training sessions, *see* the [pricing page](https://azure.microsoft.com/pricing/details/ai-document-intelligence/).
342
342
> * Azure support ticket for training limit increase can only apply at a **resource-level**, not a subscription level. You can request a training limit increase for a single Document Intelligence resource by specifying your resource ID and region in the support ticket.
343
343
344
344
If you want to train models for longer durations than 30 minutes, we support **paid training** with our newest version, `v4.0 (2024-11-30)`. Using the latest version, you can train your model for a longer duration to process larger documents. For more information about paid training, *see* [Billing v4.0](../service-limits.md#billing).
0 commit comments