An intern describes attention as asking a question about the current token, matching that question against other tokens, and then gathering useful content from the matches. Which three jobs are those?
Select an answer to reveal the explanation.
Short Explanation
Think of attention like looking up a locker: the query is the question you ask, the keys are the name tags you match against, and the values are the stuff you actually pull out. That trio is Q, K, and V. Epochs, RAPIDS libraries, and NCCL plumbing are other rooms in the building.
Full Explanation
In attention, the query asks about the current token, keys are what it matches against, and values are the content it gathers. That is associate Q/K/V, not training knobs, RAPIDS libraries, or Professional GPU plumbing.