You are preparing data to train a language model for English-to-French translation. You have a template and a specific pair of sentences.
Template: "### Instruction: Translate the following English text to French.
Input:
{∗text∗}
Response:
{∗translation∗}"
Sentence Pair:
- English Text: "The sky is blue."
- French Translation: "Le ciel est bleu."
Which of the following options correctly shows the final data sample after substituting the sentence pair into the template?
0
1
Tags
Ch.4 Alignment - Foundations of Large Language Models
Foundations of Large Language Models
Foundations of Large Language Models Course
Computing Sciences
Application in Bloom's Taxonomy
Cognitive Psychology
Psychology
Social Science
Empirical Science
Science
Related
You are preparing data to train a language model for English-to-French translation. You have a template and a specific pair of sentences.
Template: "### Instruction: Translate the following English text to French.
Input:
{∗text∗}
Response:
{∗translation∗}"
Sentence Pair:
- English Text: "The sky is blue."
- French Translation: "Le ciel est bleu."
Which of the following options correctly shows the final data sample after substituting the sentence pair into the template?
Error Analysis in a Fine-Tuning Sample
Constructing a Fine-Tuning Sample