From the course: Building a Project with the ChatGPT API
Unlock the full course today
Join today to access over 24,700 courses taught by industry experts.
Examine key concepts - ChatGPT Tutorial
From the course: Building a Project with the ChatGPT API
Examine key concepts
- By now you're familiar with key terms and concepts like models, LLMs, fine tuning, prompts, tokens, completions, embeddings, transformers, and more. Let's pool all these concepts together and introduce a few new concepts like probabilities and completion parameters. At the center, you have foundation LLMs like GPT trained on terabytes of data from the internet, including text, websites, images, online books, and more. Once you have a foundation LLM, you can fine tune it using data for your specific use case. ChatGPT takes a series of prompts that go through a tokenization process by which the model processes the input text by breaking it down into smaller units called tokens. Now I'm going to introduce a new concept, probabilities. It's when the model aims to answer your input prompt by predicting which token is most likely to come next. Take a look at this example using the phrase, which cheese pairs. The model predicts…
Practice while you learn with exercise files
Download the files the instructor uses to teach the course. Follow along and learn by watching, listening and practicing.
Contents
-
-
-
-
Create chatbots using chat completion4m 34s
-
Generate text using text completion3m 34s
-
(Locked)
Measure relatedness using embeddings4m 26s
-
(Locked)
Turn audio into text using Whisper3m 46s
-
(Locked)
Generate images using DALL-E5m 25s
-
(Locked)
Customize a model using fine-tuning6m 52s
-
(Locked)
Examine key concepts3m 43s
-
(Locked)
Understand pricing models2m 52s
-
-
-
-
-
-
-
-
-