Overview of Transformer Model History
mainThe Transformer architecture was introduced in June 2017, primarily focused on translation tasks. Since then, several influential model families have emerged, which can be broadly categorized into three types:
- GPT-style (also known as Auto-regressive Transformer models)
- BERT-style (also known as Auto-encoding Transformer models)
- T5-style (also known as Sequence-to-Sequence Transformer models)
Key milestones in Transformer evolution include:
- GPT (June 2018): First pre-trained Transformer for various NLP tasks.
- BERT (October 2018): Designed for creating better sentence representations.
- GPT-2 (February 2019): An improved, larger version of GPT.
- T5 (October 2019): A multi-task centric implementation of the sequence-to-sequence architecture.
- GPT-3 (May 2020): Capable of zero-shot learning without fine-tuning.
- InstructGPT (January 2022): Optimized to follow instructions.
- Llama (January 2023): Large language model capable of text generation in various languages.
- Mistral (March 2023): Uses group-query attention and sliding window attention.
- Gemma 2 (May 2024): A family of lightweight, state-of-the-art open models using interleaved local-global attention.
- SmolLM2 (November 2024): State-of-the-art small language models (135M to 1.7B parameters) optimized for mobile and edge devices.