Tradução pendente. Esta definição ainda não foi traduzida para o português brasileiro. Ler a versão em inglês.

Attention Mechanism

A computation that lets a model weigh how much each input token should influence the output for a given position. Self-attention compares every token to every other token, then mixes their representations using those weights. This is the core operation inside a transformer, and it explains both the strength and the cost of the architecture.

Definição editorial da DecipherU. Para definições técnicas autorizadas, consulte NIST AI RMF, ISO/IEC 42001, ou as publicações oficiais dos laboratórios de IA.