Large Language Models (LLMs)
Large Language Models (LLMs) are language models trained on vast amounts of texts (large corpora) capable of "understanding" and generating natural language and sometimes other types of content.
They are foundational to many current AI applications.
- PolyBotConversation – An Experiment with LLM Group Chats
- Demystifying Vector Stores – A (LangChain) Vector Store from Scratch
- A Primer on LLM Security – Hacking Large Language Models for Beginners
- Seven Ways of Running Large Language Models (LLMs) Locally (April 2024)
- LLMs as Drop-in Replacements for Traditional Models – Performing Sentiment Analysis Using GPT-3.5
- Tracking and Inspecting Prompts of LangChain Agents Using Weights & Biases
- Answering Question About Custom Documents Using LangChain (and OpenAI)