A public-library hold desk receives short notes that must be labeled hold-ready, fine-dispute, or room-booking. Which solution fits?
Select an answer to reveal the explanation.
Short Explanation
hold-ready, fine-dispute, or room-booking is a closed label set. Wire a text-classification model, pipeline or served encoder, that returns one of those three. A poem rewrite, an NCCL average, or an image captioner does not stamp the desk code.
Full Explanation
Incoming civic notes with a closed label set are a text-classification job: one class per document from a pipeline or served encoder. A generative rewrite is a different task and does not return the three desk codes. NCCL all-reduce is not how you pick a class, and an image captioner discards the text. Wire the classifier, then map the label into the hold-desk workflow.