NVIDIA · NCA-GENL
The efficiency thread
Representation and cost tradeoffs at the mechanical level: what tokenization throws away, why attention is quadratic, what an eval metric actually computes, how LoRA cuts fine-tuning memory, and how quantization and batching cut serving cost.
T4 · 48 lessons across 5 modules
- M0202-01Why text must be converted to numbers
- M0202-02Tokens, vocabulary, and subword tokenization
- M0202-03Counting tokens: why tokens are not words
- M0202-04BPE vs WordPiece vs SentencePiece: which model uses which
- M0202-05Stemming vs lemmatization, and stop-word removal
- M0202-06Bag-of-words, TF-IDF, and n-grams
- M0404-01Self-attention and why context length costs quadratically
- M0404-02Positional encoding: how transformers represent word order
- M0404-03Encoder-only vs decoder-only vs encoder-decoder models (BERT, GPT, T5)
- M0404-04Autoregressive generation: how an LLM produces text
- M0404-05Temperature, top-k, top-p, and greedy decoding
- M0404-06The context window: what it is and how to budget it
- M0909-01Scaling an evaluation set to a hundred items
- M0909-02Perplexity: what it measures and what it misses
- M0909-03Human evaluation: rubrics and inter-annotator agreement
- M0909-04BERTScore and embedding-based evaluation metrics
- M0909-05How to choose an evaluation metric: loss functions, R², precision vs recall
- M0909-06BLEU vs ROUGE vs exact match: which metric for which task
- M0909-07RAG evaluation metrics: faithfulness, relevance, and context recall
- M0909-08Cross-validation: k-fold, stratified, and when not to use it
- M0909-09Sample size and statistical significance in LLM evaluation
- M0909-10LLM-as-a-judge: how it works and where it fails
- M0909-11Reproducibility: why temperature 0 is not deterministic
- M0909-12Why LLMs hallucinate, and the types of hallucination
- M0909-13Error analysis: turning failures into a fix list
- M1111-01Pretraining vs continued pretraining vs instruction tuning
- M1111-02Supervised fine-tuning (SFT): what it can and cannot change
- M1111-03Catastrophic forgetting when fine-tuning
- M1111-04GPU memory requirements for training an LLM
- M1111-05LoRA and parameter-efficient fine-tuning (PEFT)
- M1111-06RLHF: reinforcement learning from human feedback explained
- M1111-07Reward models, reward hacking, and preference data
- M1111-08Prompt vs RAG vs fine-tuning: the full decision rule
- M1111-09Choosing a model adaptation strategy under real constraints
- M1212-01Numeric precision: FP32, TF32, FP16, BF16, and INT8
- M1212-02Quantization: PTQ vs QAT and recovering accuracy
- M1212-03Reading loss curves to diagnose a training run
- M1212-04Distributed training: data parallelism, AllReduce, and NCCL
- M1212-05The KV cache and why LLM generation is memory-bound
- M1212-06Batching for inference: static, dynamic, and continuous
- M1212-07PagedAttention and vLLM: virtual memory for the KV cache
- M1212-08ONNX, TensorRT, and TensorRT-LLM: compiling a model for inference
- M1212-09LLM cost per million tokens, per request, and per month
- M1212-10Latency and throughput: TTFT, tokens per second, and p95
- M1212-11Multi-turn chat history and query rewriting
- M1212-12Keeping a vector index fresh: re-embedding and migration
- M1212-13Deploying with NVIDIA Triton Inference Server and NIM
- M1212-14Monitoring an LLM in production and detecting drift
Part of the throughlines running across the NCA-GENL prep course.