Learn Before
Debugging a T5 Model Input
A data scientist is trying to use a text-to-text model to evaluate the quality of a translation from Spanish to English. They provide the following input string:
[CLS] Spanish: ¿Dónde está la biblioteca? English: Where is the library?
The model returns a poor, nonsensical score. Identify the critical missing component in the input string and explain why its absence causes the model to fail at the intended task.
0
1
Tags
Ch.1 Pre-training - Foundations of Large Language Models
Foundations of Large Language Models
Computing Sciences
Foundations of Large Language Models Course
Analysis in Bloom's Taxonomy
Cognitive Psychology
Psychology
Social Science
Empirical Science
Science
Related
A researcher wants to use a text-to-text model to evaluate the quality of a translation from French to Spanish. The source sentence is 'Bonjour, comment ça va ?' and the translated sentence is 'Hola, ¿cómo estás?'. Based on the standard input format for such tasks, which of the following strings should be provided to the model?
Debugging a T5 Model Input
Troubleshooting a Translation Scoring Input