Introduction to LLMs
Unlock the potential of large language models. Build applications and understand their underlying mechanics for effective AI solutions.
Welcome and Course Overview
What is an LLM?
What makes an LLM Large?
Comparison of Old vs New Methods
LLM Use Cases
Next-Word Prediction
Mathematical Equation of Autoregression
How LLMs Work
The First Level of LLM Usage
The Second Level of LLM Usage
The Third Level of LLM Usage
What is an API?
Advantages of API Over Web
OpenAI API Models
Tokens
Getting Started
Obtaining Secret Key from OpenAl
Jupyter Notebook and API Setup
Next-Word Prediction Using API
Obtaining Multiple Outputs and Parameter Experimentation
Lessons From The Previous Module
What is HuggingFace?
Transformers Library
Transformers Library Capabilities
Specifying the Particular Model
HuggingFace Repository Walkthrough
Model Card Walkthrough