Skip to content

Commit 32aebd2

Browse files
committed
add missing model id and temperature in the config
1 parent a2275de commit 32aebd2

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

config_library/pattern-2/lending-package-sample/config_multimodal_page_boundary.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -924,6 +924,8 @@ classification:
924924
image:
925925
target_height: ''
926926
target_width: ''
927+
model: us.amazon.nova-pro-v1:0
928+
temperature: '0.0'
927929
top_p: '0.1'
928930
max_tokens: '4096'
929931
top_k: '5'

notebooks/examples/config/classification.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ classification:
44
image:
55
target_height: ''
66
target_width: ''
7+
model: us.amazon.nova-pro-v1:0
78
top_p: '0.1'
89
max_tokens: '4096'
910
top_k: '5'

0 commit comments

Comments
 (0)