Amazon Web Services AWS Certified AI Practitioner Exam AIF-C01 Question # 115 Topic 12 Discussion
AIF-C01 Exam Topic 12 Question 115 Discussion:
Question #: 115
Topic #: 12
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?
A.
The temperature is set too high.
B.
The selected model does not support fine-tuning.
C.
The Top P value is too high.
D.
The input tokens exceed the model ' s context size.
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