Skip to content

LLM in Action - All you need to know to build language based applications

-- Guillaume Alleon, Gerard Dupont

Online version.

LLM in Action

Overview

The book is organized to guide you chapter by chapter from core concepts of Large Language Models (LLM) to more sophisticated topics along the way.

The first three chapters will be introducing the fundamentals of LLMs both from the technical and applicative point of view. Chapter 4 will focus on dense retrieval problem to enable neural semantic search using LLM embedding approach. The next chapter will cover the process to fine tune a selected LLM for a specific application. The chapter 6 will then provide the basic solution to serve a model using ray serve platform.

The last two chapters will give you a broader understanding of LLM application with an epxloration of the durrent and future trends as well as a focus on the ethical and societal considerations that represent a key aspects of LLM application problems.