Vision Transformer (ViT)
A Vision Transformer applies transformer attention to image patches for visual classification, recognition, and representation learning.
Explore AIstify's latest reporting, research, and expert analysis tagged with "transformer", collected in one continuously updated archive.
A Vision Transformer applies transformer attention to image patches for visual classification, recognition, and representation learning.
Seq2Seq models transform one sequence into another, supporting translation, summarization, transcription, and similar tasks.
A transformer is a neural network architecture built on attention and used in modern language, vision, audio, video, and multimodal AI models.
Self-attention lets each element in a sequence weigh and combine information from other elements in that same sequence.
Multi-head attention runs several attention operations in parallel so a model can capture different relationships in the same input.
XLM-R is a multilingual transformer encoder that supports cross-lingual classification, entity recognition, and language understanding tasks.
GPT is a family of transformer language models pre-trained to predict text and adapted to generate useful responses from prompts.
An encoder transforms raw input into a compact representation that preserves information useful for another model component or task.
Causal language modeling trains a model to predict each next token without accessing future tokens in the sequence.
An attention mask tells a transformer which token positions it may consider and which positions should be ignored.