Applications of Foundation Models I
Learn how to apply foundation models for AI tasks such as article summarization with adjustable user preferences, building domain-specific language models, and leveraging retrieval-augmented generation. Understand cost-effective model training and the role of agents in AI workflows.
We'll cover the following...
Question 29
You are developing an AI-powered article summarization tool for a news aggregator app. Users rely on concise and accurate summaries of news articles to quickly understand the content. The summarizer needs to adjust its behavior based on user preferences for different types of summaries: fact-focused (precise) and creative (engaging).
How will you adjust the temperature of the summarizer for each user category?
A. Low temperature for fact-focused summaries and high temperature for creative summaries ...