Learn how to put Large Language Model-based applications into production safely and efficiently.
Large Language Models (LLMs) are the foundation of AI tools like ChatGPT, LLAMA and Bard. This practical book offers clear, example-rich explanations of how LLMs work, how you can interact with them, and how to integrate LLMs into your own applications. In LLMs in Production you will:
LLMs in Production delivers vital insights into delivering MLOps for LLMs. You'll learn how to operationalize these powerful AI models for chatbots, coding assistants, and more. Find out what makes LLMs so different from traditional software and ML, discover best practices for working with them out of the lab, and dodge common pitfalls with experienced advice.
Die Inhaltsangabe kann sich auf eine andere Ausgabe dieses Titels beziehen.
Christopher Brousseau is a Staff MLE at JPMorganChase with a linguistics and localization background. He specializes in linguistically-informed NLP, especially with an international focus and has led successful ML and Data product initiatives at both startups and Fortune 500s.
Matt Sharp is an engineer, former data scientist, and seasoned technology leader in MLOps. Has led many successful data initiatives for both startups and top-tier tech companies alike. Matt specializes in deploying, managing, and scaling machine learning models in production, regardless of what that production setting looks like.
From the back cover:
LLMs in Production is the comprehensive guide to LLMs you'll need to effectively guide you to production usage. It takes you through the entire lifecycle of an LLM, from initial concept, to creation and fine tuning, all the way to deployment. You'll discover how to effectively prepare an LLM dataset, cost-efficient training techniques like LORA and RLHF, and how to evaluate your models against industry benchmarks.
Learn to properly establish deployment infrastructure and address common challenges like retraining and load testing. Finally, you'll go hands-on with three exciting example projects: a cloud-based LLM chatbot, a Code Completion VSCode Extension, and deploying LLM to edge devices like Raspberry Pi. By the time you're done reading, you'll be ready to start developing LLMs and effectively incorporating them into software.
About the reader:
For data scientists and ML engineers, who know Python and the basics of Kubernetes and cloud deployment.
„Über diesen Titel“ kann sich auf eine andere Ausgabe dieses Titels beziehen.
Anbieter: World of Books (was SecondSale), Montgomery, IL, USA
Zustand: Good. Item in good condition. Textbooks may not include supplemental items i.e. CDs, access codes etc. Artikel-Nr. 00100889485
Anzahl: 1 verfügbar
Anbieter: Hamelyn, Madrid, M, Spanien
Zustand: Bueno. : Este libro práctico ofrece explicaciones claras y detalladas sobre cómo funcionan los modelos de lenguaje de gran tamaño (LLM) y cómo integrarlos de manera efectiva en aplicaciones reales. A través de ejemplos enriquecedores, los autores guían al lector desde los fundamentos tecnológicos hasta el despliegue en producción, cubriendo aspectos críticos como MLOps, ingeniería de datos y evaluación de modelos.Diseñado para científicos de datos e ingenieros de aprendizaje automático, el texto aborda desafíos prácticos como el ajuste fino (fine-tuning), la optimización de costes y el rendimiento en hardware comercial. Incluye proyectos prácticos que van desde la creación de un asistente de código hasta el despliegue de modelos en dispositivos de borde como Raspberry Pi, proporcionando una hoja de ruta completa para transformar modelos teóricos en productos exitosos. EAN: 9781633437203 Tipo: Libros Categoría: Tecnología|Ciencias Título: LLMs in Production: From Language Models to Successful Products Autor: Christopher Brousseau| Matt Sharp Editorial: Manning Publications Idioma: en Páginas: 456 Formato: tapa blanda. Artikel-Nr. Happ-2026-03-12-0c972c12
Anzahl: 1 verfügbar
Anbieter: PBShop.store US, Wood Dale, IL, USA
HRD. Zustand: New. New Book. Shipped from UK. Established seller since 2000. Artikel-Nr. PB-9781633437203
Anbieter: PBShop.store UK, Fairford, GLOS, Vereinigtes Königreich
HRD. Zustand: New. New Book. Shipped from UK. Established seller since 2000. Artikel-Nr. PB-9781633437203
Anzahl: 15 verfügbar
Anbieter: Revaluation Books, Exeter, Vereinigtes Königreich
Paperback. Zustand: Brand New. 400 pages. 9.26x7.38x9.25 inches. In Stock. Artikel-Nr. xr1633437205
Anzahl: 2 verfügbar
Anbieter: Majestic Books, Hounslow, Vereinigtes Königreich
Zustand: New. Artikel-Nr. 394377283
Anzahl: 1 verfügbar
Anbieter: Kennys Bookstore, Olney, MD, USA
Zustand: New. Artikel-Nr. V9781633437203
Anzahl: 11 verfügbar
Anbieter: Studibuch, Stuttgart, Deutschland
paperback. Zustand: Wie neu. 400 Seiten; 9781633437203.1 Gewicht in Gramm: 1. Artikel-Nr. 1087467
Anzahl: 1 verfügbar
Anbieter: AHA-BUCH GmbH, Einbeck, Deutschland
Taschenbuch. Zustand: Neu. Neuware - Goes beyond academic discussions deeply into the applications layer of Foundation Models.This practical book offers clear, example-rich explanations of how LLMs work, how you can interact with them, and how to integrate LLMs into your own applications. Find out what makes LLMs so different from traditional software and ML, discover best practices for working with them out of the lab, and dodge common pitfalls with experienced advice. This book complements Sebastian Raschka's Build a Large Language Model (From Scratch), which focuses on building and understanding LLMs from the ground up, by extending that foundation into real-world productioncovering integration, cost-efficient training, and model evaluation. In LLMs in Production you will: Grasp the fundamentals of LLMs and the technology behind them Evaluate when to use a premade LLM and when to build your own Efficiently scale up an ML platform to handle the needs of LLMs Train LLM foundation models and finetune an existing LLM Deploy LLMs to the cloud and edge devices using complex architectures like PEFT and LoRA Build applications leveraging the strengths of LLMs while mitigating their weaknesses LLMs in Production delivers vital insights into delivering MLOps so you can easily and seamlessly guide one to production usage. Inside, you'll find practical insights into everything from acquiring an LLM-suitable training dataset, building a platform, and compensating for their immense size. Plus, tips and tricks for prompt engineering, retraining and load testing, handling costs, and ensuring security. Foreword by Joe Reis. Purchase of the print book includes a free Elektronisches Buch in PDF and ePub formats from Manning Publications. About the technology Most business software is developed and improved iteratively, and can change significantly even after deployment. By contrast, because LLMs are expensive to create and difficult to modify, they require meticulous upfront planning, exacting data standards, and carefully-executed technical implementation. Integrating LLMs into production products impacts every aspect of your operations plan, including the application lifecycle, data pipeline, compute cost, security, and more. Get it wrong, and you may have a costly failure on your hands. About the book LLMs in Production teaches you how to develop an LLMOps plan that can take an AI app smoothly from design to delivery. You'll learn techniques for preparing an LLM dataset, cost-efficient training hacks like LORA and RLHF, and industry benchmarks for model evaluation. Along the way, you'll put your new skills to use in three exciting example projects: creating and training a custom LLM, building a VSCode AI coding extension, and deploying a small model to a Raspberry Pi. What's inside Balancing cost and performance Retraining and load testing Optimizing models for commodity hardware Deploying on a Kubernetes cluster About the reader For data scientists and ML engineers who know Python and the basics of cloud deployment. About the author Christopher Brousseau and Matt Sharp are experienced engineers who have led numerous successful large scale LLM deployments. Table of Contents 1 Generative AI: Why large language models have captured attention 2 Large language models: A deep dive into language modeling 3 Large language model operations: Building a platform for LLMs 4 Data engineering for large language models: Setting up for success 5 Training large language models: How to generate the generator 6 Large language model services: A practical guide 7 Prompt engineering: Becoming an LLM whisperer 8 Applications and Agents: Building an interactive experience 9 Creating an LLM project: Reimplementing Llama 3 10 Creating a coding copilot project: Integrating an LLM service into VS Code with RAG 11 Deploying an LLM on a Raspberry Pi: How low can you go 12 Production, an ever-changing landscape: Things are just getting started A History of linguistics B Reinforcement learning with human feedback C Multimodal latent spaces. Artikel-Nr. 9781633437203
Anzahl: 1 verfügbar