Generative AI and Large Language Models Vocabulary

0.0(0)
Studied by 0 people
call kaiCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
full-widthPodcast
1
Card Sorting

1/4

flashcard set

Earn XP

Description and Tags

This set of vocabulary flashcards defines the core technical terms and frameworks associated with Generative AI and Large Language Models as presented in the lecture.

Last updated 8:02 AM on 8/10/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

5 Terms

1
New cards

Generative AI (GenAI)

A type of Artificial Intelligence that leverages AI to generate content or data such as text, images, audio, video, 3D models, and code, typically created in response to prompts.

2
New cards

Parameters

Numerical values that define a model's behavior and are adjusted autonomously during training to optimize the ability to generate relevant and coherent text; large language models often utilize hundreds of billions of these values.

3
New cards

Tokens

The basic units of text or code used by language models to process or generate language, with a rule of thumb being that 100100 tokens corresponds to approximately 7575 words.

4
New cards

Context window

The constraint on the length of text a large language model can process and respond to in a single instance, which for ChatGPT-4 is capped at 128,000128,000 tokens.

5
New cards

CIDI Framework

A structured prompt engineering framework used to interact with language models, consisting of four specific components: Context, Instructions, Details, and Input.