AI Large Language Models

0.0(0)
studied byStudied by 0 people
0.0(0)
full-widthCall with Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/8

flashcard set

Earn XP

Description and Tags

Flashcards about Large Language Models

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No study sessions yet.

9 Terms

1
New cards

What is the basic function of a Large Language Model (LLM)?

A very smart guesser that predicts the next word in a sequence.

2
New cards

How are LLMs trained?

By reading billions of sentences from books, websites, and code to find patterns in how words follow each other.

3
New cards

How do models learn using weights and tokens?

Words are turned into tokens (numbers), which then go through layers of math (transformers) that tweak values based on context and meaning; these tweaks are controlled by weights adjusted during training based on prediction errors.

4
New cards

What is the attention mechanism in LLMs?

It allows LLMs to focus on important words in the prompt, making them better than older models like RNNs or LSTMs.

5
New cards

Why do LLMs feel smart?

They mimic style, structure, and facts from training data through pattern-matching, enabling them to generate various types of text.

6
New cards

What do LLMs use to predict the next word?

Statistical patterns from massive datasets, tokenized inputs, transformer layers, and attention mechanisms.

7
New cards

How are LLMs trained?

Billions of examples and feedback from prediction errors.

8
New cards

What is the basis of an LLM's excellence?

Surface-level prediction through deep pattern recognition, not reason or understanding.

9
New cards

Where does the power of LLMs lie?

Scale, not sentience.