PROFESSIONAL-MACHINE-LEARNING-ENGINEER · Question #338
You are developing an AI text generator that will be able to dynamically adapt its generated responses to mirror the writing style of the user and mimic famous authors if their style is detected…
The correct answer is D. Use the Gemini 1.5 Flash foundational model to build the text generator. Gemini 1.5 Flash is a state-of-the-art foundational model optimized for generative AI tasks like dynamic text generation and style adaptation. Using such a powerful foundational model provides better effectiveness than fine-tuning older architectures like BERT or Llama 3, and…
Question
Options
- ADeploy Llama 3 from Model Garden, and use prompt engineering techniques.
- BFine-tune a BERT-based model from TensorFlow Hub.
- CFine-tune Llama 3 from Model Garden on Vertex AI Pipelines.
- DUse the Gemini 1.5 Flash foundational model to build the text generator.
How the community answered
(33 responses)- A33% (11)
- B9% (3)
- C15% (5)
- D42% (14)
Explanation
Gemini 1.5 Flash is a state-of-the-art foundational model optimized for generative AI tasks like dynamic text generation and style adaptation. Using such a powerful foundational model provides better effectiveness than fine-tuning older architectures like BERT or Llama 3, and it integrates well with Google Cloud’s Vertex AI ecosystem for scalability and performance.
Topics
Community Discussion
No community discussion yet for this question.