Skip to content

Commit a1c4480

Browse files
Merge pull request #1390 from laujan/patch-6
Update build-train-custom-generative-model.md
2 parents 739c54a + 76959f6 commit a1c4480

File tree

2 files changed

+0
-16
lines changed

2 files changed

+0
-16
lines changed

articles/ai-services/document-intelligence/how-to-guides/build-train-custom-generative-model.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,6 @@ monikerRange: '>=doc-intel-4.0.0'
1313

1414
# Build and train a custom generative model with AI Studio
1515

16-
17-
> [!IMPORTANT]
18-
>
19-
> * Document Intelligence public preview releases provide early access to features that are in active development. Features, approaches, and processes may change, prior to General Availability (GA), based on user feedback.
20-
> * The public preview version of Document Intelligence client libraries default to REST API version [**2024-07-31-preview**](/rest/api/aiservices/operation-groups?view=rest-aiservices-2024-07-31-preview&preserve-view=true) and is currently only available in the following Azure regions.
21-
> * **East US**
22-
> * **North Central US**
23-
2416
In this article, learn to build and train a custom generative model with Azure AI Studio. Document Intelligence custom models require as few as five training documents to get started. Do you have at least five documents? If so, let's get started training and testing the custom generative model.
2517

2618
## Prerequisites

articles/ai-services/document-intelligence/train/custom-generative-extraction.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,6 @@ monikerRange: '>=doc-intel-4.0.0'
1313

1414
# Document Field extraction - custom generative AI model (preview)
1515

16-
> [!IMPORTANT]
17-
>
18-
> * Document Intelligence public preview releases provide early access to features that are in active development. Features, approaches, and processes may change, prior to General Availability (GA), based on user feedback.
19-
> * The public preview version of Document Intelligence client libraries default to REST API version [**2024-07-31-preview**](/rest/api/aiservices/operation-groups?view=rest-aiservices-2024-07-31-preview&preserve-view=true) and is currently only available in the following Azure regions.
20-
> * **East US**
21-
> * **North Central US**
22-
>
23-
2416
The document field extraction (custom generative AI) model utilizes generative AI to extract user-specified fields from documents across a wide variety of visual templates. The custom generative AI model combines the power of document understanding with Large Language Models (LLMs) and the rigor and schema from custom extraction capabilities to create a model with high accuracy in minutes. With this generative model type, you can start with a single document and go through the schema addition and model creation process with minimal labeling. The custom generative model allows developers and enterprises to easily automate data extraction workflows with greater accuracy and speed for any type of document. The custom generative AI model excels in extracting simple fields from documents without labeled samples. However, providing a few labeled samples improves the extraction accuracy for complex fields and user-defined fields like tables. You can use the [REST API](/rest/api/aiservices/operation-groups?view=rest-aiservices-2024-07-31-preview&preserve-view=true) or client libraries to submit a document for analysis with a model build and use the custom generative process.
2517

2618
## Custom generative AI model benefits

0 commit comments

Comments
 (0)