Fine-Tuning & Model Adaptation
← Question BankSign in to bookmark Sign in to bookmark Sign in to bookmark Sign in to bookmark Sign in to bookmark Sign in to bookmark Sign in to bookmark Sign in to bookmark Sign in to bookmark Sign in to bookmark Sign in to bookmark
Deep Learning & Generative AI
Generative AI & Large Language Models (LLMs) Interview Questions
Interview questions on Generative AI & Large Language Models (LLMs) Interview Questions.
12 questions
All subtopicsLLM Architectures & FoundationsTokenization & EmbeddingsAttention, KV Cache & Efficient InferenceLLM Training & Pre-trainingDecoding Strategies & Prompt EngineeringFine-Tuning & Model AdaptationRAG & Vector DatabasesAlignment & Preference OptimizationLLM Evaluation & BenchmarkingAgents, Tool Use & MemoryMultimodal Generative AILLM Safety & SecurityLLMOps & Production
Sign in to bookmark
Fine-Tuning & Model Adaptation
Q2. How can LLMs avoid catastrophic forgetting during fine-tuning?
Fine-Tuning & Model Adaptation
Q3. How does PEFT mitigate catastrophic forgetting?
Fine-Tuning & Model Adaptation
Q4. State the scenarios where you will use RAG over fine-tuning and vice versa?
Fine-Tuning & Model Adaptation
Q5. What is the difference between parameter-efficient fine-tuning (PEFT) and full fine-tuning? Which is better?
Fine-Tuning & Model Adaptation
Q6. What are adapters, and how do they enable parameter-efficient fine-tuning (PEFT)?
Fine-Tuning & Model Adaptation
Q7. What is LoRA (Low-Rank Adaptation) and how does it enable parameter-efficient fine-tuning?
Fine-Tuning & Model Adaptation
Q8. What is “intrinsic dimension” in the context of model fine-tuning, and why does it matter?
Fine-Tuning & Model Adaptation
Q9. How does LoRA differ from adapters?
Fine-Tuning & Model Adaptation
Q10. In LoRA fine-tuning, how are the low-rank matrices A and B initialized?
Fine-Tuning & Model Adaptation
Q11. In LoRA fine-tuning, how is the rank chosen?
Fine-Tuning & Model Adaptation