Getting Started with GPT-3 vs. Open Source LLMs - LangChain #1

LangChain is a popular framework that allows users to quickly build apps and pipelines around Large Language Models. It integrates directly with OpenAI’s GPT-3 and GPT-3.5 models and Hugging Face’s open-source alternatives like Google’s flan-t5 models. It can be used to for chatbots, Generative Question-Anwering (GQA), summarization, and much more. The core idea of the library is that we can “chain“ together different components to create more advanced use cases around LLMs. Chains may consist of multiple components from several modules. We’ll explore all of this in these videos. 🌲 Article: 📌 LangChain Handbook Code: 🤖 70% Discount on the NLP With Transformers in Python course: 🎨 AI Art: 🎉 Subscribe for Article and Video Updates! @jamescalam/membership 👾 Discord: 00:00 Getting LangChain 01:14 Four Components of LangChain 06:43 Using Hugging Face and OpenAI LLMs in LangChain 07:13 LangChain Hugging Face LLM 13:51 OpenAI LLMs in LangChain 18:58 Final results from GPT-3
Back to Top