What is LLM

Large Language Models are deep learning models for NLP.

Core Concepts

  • Transformer - Model architecture
  • Pre-training - Learning from large corpus
  • Fine-tuning - Task-specific optimization
  • Inference - Text generation
  • GPT (OpenAI)
  • Claude (Anthropic)
  • Llama (Meta)