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/concept-custom-neural.md
+21-1Lines changed: 21 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -289,7 +289,7 @@ POST /documentModels:build
289
289
```
290
290
291
291
> [!NOTE]
292
-
> For versions `v3.1 (2023-07031)` and `v3.0 (2022-08-31)`, custom neural model's paid training is not enabled. For the two versions, you will get a maximum of 30 minutes training duration per model.
292
+
> 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 30 minutes training duration per model. If you would like to train more than 20 model instances, you can request for increase in the training limit.
293
293
294
294
Each training hour is the amount of compute a single V100 GPU can perform in an hour. As each build takes different amount of time, billing is calculated for the actual time spent (excluding time in queue), with a minimum of 30 minutes per training job. The elapsed time is converted to V100 equivalent training hours and reported as part of the model.
295
295
@@ -308,6 +308,26 @@ This billing structure enables you to train larger data sets for longer duration
308
308
309
309
:::moniker-end
310
310
311
+
:::moniker range="doc-intel-3.1.0"
312
+
313
+
## Billing
314
+
315
+
For Document Intelligence versions `v3.1 (2023-07-31)` and `v3.0 (2022-08-31)`, you will get a maximum of 30 minutes training duration per model, and a maximum of 20 trainings forfree per month. If you would like to train more than 20 model instances, you can request for increasein the training limit.
316
+
317
+
If you are interested in training models for longer durations than 30 minutes, we support **paid training**for our newest version, `v4.0 (2024-07-31)`. Using the latest version, you can train your model for a longer duration to process larger documents.
318
+
319
+
:::moniker-end
320
+
321
+
:::moniker range="doc-intel-3.0.0"
322
+
323
+
## Billing
324
+
325
+
For Document Intelligence versions `v3.1 (2023-07-31)` and `v3.0 (2022-08-31)`, you will get a maximum of 30 minutes training duration per model, and a maximum of 20 trainings forfree per month. If you would like to train more than 20 model instances, you can request for increasein the training limit.
326
+
327
+
If you are interested in training models for longer durations than 30 minutes, we support **paid training**for our newest version, `v4.0 (2024-07-31)`. Using the latest version, you can train your model for a longer duration to process larger documents.
0 commit comments