|
81 | 81 | ], |
82 | 82 | "source": [ |
83 | 83 | "# Load the few-shot configuration\n", |
84 | | - "config_path = f'{ROOTDIR}/config_library/pattern-2/few_shot_example_with_multimodal_page_classification/config.yaml'\n", |
| 84 | + "config_path = f'{ROOTDIR}/config_library/pattern-2/rvl-cdip-package-sample-with-few-shot-examples/config.yaml'\n", |
85 | 85 | "with open(config_path, 'r') as f:\n", |
86 | 86 | " config = yaml.safe_load(f)\n", |
87 | 87 | "\n", |
|
240 | 240 | " Attributes Prompt: expected attributes are:\n", |
241 | 241 | " \"sender_name\": \"Will E. Clark\",\n", |
242 | 242 | " \"sender_address\": \"206 Maple Street...\n", |
243 | | - " Image Path: config_library/pattern-2/few_shot_example_with_multimodal_page_classification/example-images/letter1.jpg\n", |
244 | | - " S3 URI: config_library/pattern-2/few_shot_example_with_multimodal_page_classification/example-images/letter1.jpg\n", |
| 243 | + " Image Path: config_library/pattern-2/rvl-cdip-package-sample-with-few-shot-examples/example-images/letter1.jpg\n", |
| 244 | + " S3 URI: config_library/pattern-2/rvl-cdip-package-sample-with-few-shot-examples/example-images/letter1.jpg\n", |
245 | 245 | " Example 2:\n", |
246 | 246 | " Name: Letter2\n", |
247 | 247 | " Class Prompt: This is an example of the class 'letter'\n", |
248 | 248 | " Attributes Prompt: expected attributes are:\n", |
249 | 249 | " \"sender_name\": \"William H. W. Anderson\",\n", |
250 | 250 | " \"sender_address\": \"P O. BO...\n", |
251 | | - " Image Path: config_library/pattern-2/few_shot_example_with_multimodal_page_classification/example-images/letter2.png\n", |
252 | | - " S3 URI: config_library/pattern-2/few_shot_example_with_multimodal_page_classification/example-images/letter2.png\n", |
| 251 | + " Image Path: config_library/pattern-2/rvl-cdip-package-sample-with-few-shot-examples/example-images/letter2.png\n", |
| 252 | + " S3 URI: config_library/pattern-2/rvl-cdip-package-sample-with-few-shot-examples/example-images/letter2.png\n", |
253 | 253 | "\n", |
254 | 254 | "Class: form\n", |
255 | 255 | "Number of examples: 0\n", |
|
303 | 303 | "\n", |
304 | 304 | "Environment variables:\n", |
305 | 305 | " CONFIGURATION_BUCKET: Not set - using ROOT_DIR to resolve paths locally\n", |
306 | | - " ROOT_DIR: ../../\n" |
| 306 | + " ROOT_DIR: ../..\n" |
307 | 307 | ] |
308 | 308 | } |
309 | 309 | ], |
|
0 commit comments