Skip to content

Commit 0f903a4

Browse files
author
Bob Strahan
committed
fix paths for few shot images
1 parent 3c993d0 commit 0f903a4

File tree

1 file changed

+7
-7
lines changed
  • config_library/pattern-2/few_shot_example_with_multimodal_page_classification

1 file changed

+7
-7
lines changed

config_library/pattern-2/few_shot_example_with_multimodal_page_classification/config.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ classes:
7474
"signature": "Will E. Clark",
7575
"cc": null,
7676
"reference_number": "TNJB 0008497"
77-
imagePath: config_library/pattern-2/few_shot_example/example-images/letter1.jpg
77+
imagePath: config_library/pattern-2/few_shot_example_with_multimodal_page_classification/example-images/letter1.jpg
7878
- classPrompt: This is an example of the class 'letter'
7979
name: Letter2
8080
attributesPrompt: |-
@@ -89,7 +89,7 @@ classes:
8989
"signature": "Bill",
9090
"cc": null,
9191
"reference_number": null
92-
imagePath: config_library/pattern-2/few_shot_example/example-images/letter2.png
92+
imagePath: config_library/pattern-2/few_shot_example_with_multimodal_page_classification/example-images/letter2.png
9393
- name: form
9494
description: >-
9595
A structured document with labeled fields, checkboxes, or blanks requiring
@@ -464,7 +464,7 @@ classes:
464464
"priority": null,
465465
"thread_id": null,
466466
"message_id": null
467-
imagePath: config_library/pattern-2/few_shot_example/example-images/email1.jpg
467+
imagePath: config_library/pattern-2/few_shot_example_with_multimodal_page_classification/example-images/email1.jpg
468468
- name: questionnaire
469469
description: >-
470470
A survey instrument containing numbered questions with multiple choice,
@@ -636,7 +636,7 @@ classes:
636636
"account_name": ["Checking", "Savings"],
637637
"account_number": ["003525801543","352580154336"],
638638
"transactions": [{"Date": "2/6/2020", "Description": "Food Purchase - AnyCompany Restaurant - 1194989245", "Amount": "-171"}]
639-
imagePath: config_library/pattern-2/few_shot_example/example-images/bank-statement-pages/
639+
imagePath: config_library/pattern-2/few_shot_example_with_multimodal_page_classification/example-images/bank-statement-pages/
640640

641641
classification:
642642
classificationMethod: multimodalPageLevelClassification
@@ -672,11 +672,11 @@ classification:
672672
{CLASS_NAMES_AND_DESCRIPTIONS}
673673
674674
675-
<few_shot_examples>
675+
<few_shot_example_with_multimodal_page_classifications>
676676
677-
{FEW_SHOT_EXAMPLES}
677+
{few_shot_example_with_multimodal_page_classificationS}
678678
679-
</few_shot_examples>
679+
</few_shot_example_with_multimodal_page_classifications>
680680
681681
682682
<<CACHEPOINT>>

0 commit comments

Comments
 (0)