AIF-C01 · Question #196
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?
The correct answer is D. The input tokens exceed the model's context size. Language models have a maximum context size, which limits the number of input tokens they can process at once. If a book's length exceeds this limit, the model cannot handle the full input, leading to failure in summarization.
Question
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?
Options
- AThe temperature is set too high.
- BThe selected model does not support fine-tuning.
- CThe Top P value is too high.
- DThe input tokens exceed the model's context size.
How the community answered
(30 responses)- A3% (1)
- B17% (5)
- C10% (3)
- D70% (21)
Explanation
Language models have a maximum context size, which limits the number of input tokens they can process at once. If a book's length exceeds this limit, the model cannot handle the full input, leading to failure in summarization.
Topics
Community Discussion
No community discussion yet for this question.