KARADAVI
Technology

What is a Transformer?

The 2017 paper that quietly rebuilt the field of natural language processing.

Published Apr 8, 20257 min readTechnology

The Transformer(Technology) is a neural-network architecture introduced in 2017.

Self-attention

Each token looks at every other token in the input and decides how much to weight it. That single mechanism replaced the recurrent networks that came before.

Why it scales

Because self-attention is parallel, transformers train efficiently on modern GPU(Hardware)s. That is what made Large Language Model(Technology)s possible.

Explore Further

Continue exploring the forest
Next trailTransformer

Every article leads somewhere. Follow this entity, or search the whole forest.