exam questions

Exam Professional Machine Learning Engineer All Questions

View all questions & answers for the Professional Machine Learning Engineer exam

Exam Professional Machine Learning Engineer topic 1 question 337 discussion

Actual exam question from Google's Professional Machine Learning Engineer
Question #: 337
Topic #: 1
[All Professional Machine Learning Engineer Questions]

Your company needs to generate product summaries for vendors. You evaluate a foundation model from Model Garden for text summarization and find the style of the summaries are not aligned with your company's brand voice. How should you improve this LLM-based summarization model to better meet your business objectives?

  • A. Replace the pre-trained model with another model in Model Garden.
  • B. Fine-tune the model using a company-specific dataset.
  • C. Increase the model's temperature parameter.
  • D. Tune the token output limit in the response.
Show Suggested Answer Hide Answer
Suggested Answer: B 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
qaz09
1 month ago
Selected Answer: B
B -> we feed the input with some examples which will suit our "company voice" A -> does not address issue directly C-> temperature parameter controls degree of randomness in the output (low temperature means less creative answer, high temp means more creative answer) D -> it just changes the number of characters in the output
upvoted 1 times
...
Duke_CT
1 month, 3 weeks ago
Selected Answer: D
Hmm, seems like A from what I studied.
upvoted 1 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...