Skip to content

Commit 3165907

Browse files
committed
updated the holistic packet limitations
1 parent 093f65a commit 3165907

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

docs/classification.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -71,10 +71,13 @@ classification:
7171
7272
Despite its strengths in handling full-document context, this method has several limitations:
7373
74-
- **Context Limitations**: Passing the full document text to the model can exceed the context window, especially for long documents. This restricts use to models that support large context sizes.
75-
- **Hallucination Risk**: When processing lengthy inputs, the model may generate inaccurate or inconsistent classifications due to diluted focus across pages.
76-
- **Model Dependency**: Requires high-context models such as Amazon Nova Premier supports up to 1 million tokens. Smaller models are not suitable for processing long document packages effectively.
77-
- **Scalability Challenges**: Not ideal for very large or visually complex document sets. In such cases, the Multi-Modal Page-Level Classification method is more appropriate.
74+
**Context & Model Constraints:**:
75+
- Long documents can exceed the context window of smaller models, resulting in request failure.
76+
- Lengthy inputs may dilute the model’s focus, leading to inaccurate or inconsistent classifications.
77+
- Requires high-context models such as Amazon Nova Premier, which supports up to 1 million tokens. Smaller models are not suitable for this method.
78+
- For more details on supported models and their context limits, refer to the [Amazon Bedrock Supported Models documentation](https://docs.aws.amazon.com/bedrock/latest/userguide/models-supported.html).
79+
80+
**Scalability Challenges**: Not ideal for very large or visually complex document sets. In such cases, the Multi-Modal Page-Level Classification method is more appropriate.
7881
7982
#### MultiModal Page-Level Classification with Few-Shot Examples
8083

0 commit comments

Comments
 (0)