Llama 2 in LangChain - First Open Source Conversational Agent
Offered By: James Briggs via YouTube
Course Description
Overview
Explore the implementation of Llama 2, the leading open-source Large Language Model, in LangChain for creating a conversational agent. Learn how to access and initialize the 70B parameter model fine-tuned for chat using Hugging Face transformers. Discover techniques for quantization, managing GPU memory requirements, and setting stopping criteria. Follow along as the video demonstrates loading Llama 2 into LangChain, creating a conversational agent, and applying prompt engineering. Gain insights into the future of open-source LLMs and their potential applications in artificial intelligence and natural language processing.
Syllabus
Llama 2 Model
Getting Access to Llama 2
Initializing Llama 2 70B with Hugging Face
Quantization and GPU Memory Requirements
Loading Llama 2
Stopping Criteria
Initializing Text Generation Pipeline
Loading Llama 2 in LangChain
Creating Llama 2 Conversational Agent
Prompt Engineering with Llama 2 Chat
Llama 2 Conversational Agent
Future of Open Source LLMs
Taught by
James Briggs
Related Courses
Prompt Templates for GPT-3.5 and Other LLMs - LangChainJames Briggs via YouTube Getting Started with GPT-3 vs. Open Source LLMs - LangChain
James Briggs via YouTube Chatbot Memory for Chat-GPT, Davinci + Other LLMs - LangChain
James Briggs via YouTube Chat in LangChain
James Briggs via YouTube LangChain Data Loaders, Tokenizers, Chunking, and Datasets - Data Prep
James Briggs via YouTube