A swing-bridge operator can predict delay minutes from five numeric sensors, or they can draft a passenger announcement from free-text incident notes. Which model family fits which job?
Select an answer to reveal the explanation.
Short Explanation
Five numeric sensors call for a classical or tabular model. Free-text announcements call for a language model. Treating numbers as unstructured text, or announcements as five columns, mismatches the modality.
Full Explanation
Engineered numbers match a classical or tabular model. Raw language matches a language model. Treating numbers as unstructured text, or announcements as five columns, mismatches modality. CUDA and NCCL are not the model-family choice.