Learn Before
Constructing a Structured Prompt
You need to create a prompt for a language model to translate the English sentence 'The quick brown fox jumps over the lazy dog.' into French. Using the structured format message = {context/instruction} input: {data} output:, write the complete prompt you would provide to the model. The model should only generate the French translation.
0
1
Tags
Ch.2 Generative Models - Foundations of Large Language Models
Foundations of Large Language Models
Foundations of Large Language Models Course
Computing Sciences
Creation in Bloom's Taxonomy
Cognitive Psychology
Psychology
Social Science
Empirical Science
Science
Related
A developer wants to instruct a language model to summarize a specific block of text into one sentence. Given the structured format
message = {instruction} input: {data} output:, which of the following options correctly applies this structure for the developer's task?Debugging a Prompt Template
Constructing a Structured Prompt