nerdexam
Google

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…

Submitted by tyler.j· Apr 18, 2026ML model development

Question

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. You have a large dataset of various authors' works, and you plan to host the model on a custom VM. You want to use the most effective model. What should you do?

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)
  • A
    33% (11)
  • B
    9% (3)
  • C
    15% (5)
  • D
    42% (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

#Large Language Models (LLMs)#Text Generation#Style Transfer#Foundational Models

Community Discussion

No community discussion yet for this question.

Full PROFESSIONAL-MACHINE-LEARNING-ENGINEER Practice