|
149 | 149 | "id": "34faecaf-0568-428d-b18f-fa0ab51f3298", |
150 | 150 | "metadata": {}, |
151 | 151 | "source": [ |
152 | | - "### Step 1.8: Evaluate the adapter (console)" |
| 152 | + "### Step 1.8: Evaluate the adapter (console)\n", |
| 153 | + "Once the training completes, click the Evaluate Adapter button on the Adapter Details page to review the adapter performance metrics. \n", |
| 154 | + "You can also test samples in the console by clicking on the Try Adapter button and uploading a sample document.\n", |
| 155 | + "<img src=\"./screenshots/checks-notebook-step8.png\"/>" |
153 | 156 | ] |
154 | 157 | }, |
155 | 158 | { |
|
200 | 203 | "import boto3\n", |
201 | 204 | "from textractcaller.t_call import call_textract, Textract_Features, Query, QueriesConfig, Adapter, AdaptersConfig\n", |
202 | 205 | "import trp.trp2 as t2\n", |
| 206 | + "import pandas as pd\n", |
203 | 207 | "\n", |
204 | 208 | "textract_client = boto3.client('textract')\n", |
205 | 209 | "\n", |
|
429 | 433 | "id": "6eb56c5f-c3ea-4ce7-b920-29d3c49b7e3c", |
430 | 434 | "metadata": {}, |
431 | 435 | "source": [ |
432 | | - "### Step2.4: List all the adapter versions in your AWS Account\n", |
| 436 | + "### Step 2.4: List all the adapter versions in your AWS Account\n", |
433 | 437 | "You will see a new Adapter ID and Version in the list with the Status as \"CREATION_IN_PROGRESS\". \n", |
434 | 438 | "Training can take 1 to 30 hours to complete, however, given our dataset is small, it should complete in an hour or so." |
435 | 439 | ] |
|
454 | 458 | "tags": [] |
455 | 459 | }, |
456 | 460 | "source": [ |
457 | | - "### Step2.5: View details of the adapter you just created using GetAdapterVersion\n", |
| 461 | + "### Step 2.5: View details of the adapter you just created using GetAdapterVersion\n", |
458 | 462 | "1. This provides you with all the details for the adapter - from the dataset and output config to the evaluation metrics. \n", |
459 | 463 | "2. As the adapter creation and training is still in progress, you will not see **\"EvaluationMetrics\"** yet. Come back once the training is complete" |
460 | 464 | ] |
|
0 commit comments