Getting Started with Large Language Models

Getting Started with Large Language Models

Last updated
Last updated August 22, 2023
Tags
LLMs
Machine Learning
For Beginners
I’ve been asked many times to provide some general information on LLMs for developers that are looking to get started with LLMs for the first time.

Core Concepts

What is an LLM?

What can LLMs be used for?

How do you interact with LLMs?

What package(s) should I be using?

How do I teach the LLM to do my task?

Is it safe to provide PII or other confidential information to LLMs?

Are LLMs accurate? What about 'hallucinations'?

What is the difference between 'lexical' and 'semantic' representations?

What is an "embedding"?

What are vector stores?

What parameters should I be using (i.e. temperature, stopping sequence, etc)?

Can LLMs improve in accuracy?

Helpful links

Getting Started

  • LangChain Reference: https://python.langchain.com/en/latest/index.html (langchain combines several recent techniques into a single package - it is very useful for rapidly prototyping systems using LLMs, and still valuable even if you don't work with OpenAI models).

Models

Tutorials

Examples

Helpful packages

 
Looking for more interesting readings than just getting started? Checkout the LLM Readings page.