Amazon Web Services AWS Certified AI Practitioner Exam AIF-C01 Question # 3 Topic 1 Discussion
AIF-C01 Exam Topic 1 Question 3 Discussion:
Question #: 3
Topic #: 1
A company is building an AI application to summarize books of varying lengths. During testing, the application fails to summarize some books. Why does the application fail to summarize some books?
Foundation models have a context window (max tokens), which limits the size of the input text (prompt + instructions).
If the input (e.g., a very long book) exceeds this limit, the model cannot process it, causing failure.
Temperature (A) and Top P (C) control randomness, not input size.
Fine-tuning (B) is irrelevant to input truncation failures.
???? Reference:
AWS Documentation – Amazon Bedrock Model Parameters (context size limits)
Contribute your Thoughts:
Chosen Answer:
This is a voting comment (?). You can switch to a simple comment. It is better to Upvote an existing comment if you don't have anything to add.
Submit