# ML crash course - LLM > Machine learning crash course 중 LLM 챕터. [Machine learning crash course](https://wiki.g15e.com/pages/Machine%20learning%20crash%20course.txt) 중 [LLM](https://wiki.g15e.com/pages/Large%20language%20model.txt) 챕터. https://developers.google.com/machine-learning/crash-course/llm ## Introduction ### What is a language model? ### Context ## What's a large language model? ### What's a Transformer? ### Why are Transformers so large? ### But how does an LLM generate text? ### Benefits of LLMs ### Problems with LLMs ## Fine-tuning, distillation, and prompt engineering ### Fine-tuning ### Distillation ### Prompt engineering ### Offline inference ### Use LLMs responsibly ## What's next - [ML crash course - Production ML systems](https://wiki.g15e.com/pages/ML%20crash%20course%20-%20Production%20ML%20systems.txt)