LLM
Large Language Models (LLMs)
Parameter-Efficient Fine-Tuning (PEFT)
Techniques like LoRA (Low-Rank Adaptation) for tuning large models efficiently.
Prompt Engineering Strategies
Chain-of-thought, few-shot, and zero-shot prompting techniques.
Context Management in LLMs
Approaches for handling long contexts with memory-efficient attention.
Alignment and Safety in LLMs
Techniques like RLHF to align models with human intentions.
Scaling Laws for LLMs
Understanding how scaling model size affects performance and training efficiency.
Memory-Augmented LLMs
Integrating memory mechanisms to improve recall over long conversations.
Embedding Spaces and Representation Learning
Techniques for embedding generation and similarity search.
Advanced Tokenization Techniques
Byte-Pair Encoding, SentencePiece, and how tokenization affects LLM performance.
Last updated