(22) Large Language Models explained briefly

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/9

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No study sessions yet.

10 Terms

1
New cards

Large Language Model (LLM)

A sophisticated mathematical function that predicts the next word for any given text, often with hundreds of billions of parameters.

2
New cards

Pre-training

The initial training phase where a model learns to autocomplete text from a vast amount of data.

3
New cards

Reinforcement Learning with Human Feedback

A training method where human feedback helps refine a model's predictions to make them more useful or preferred by users.

4
New cards

Backpropagation

An algorithm used to adjust the parameters of a model by comparing its predictions with the actual outcomes.

5
New cards

Transformer

A type of language model introduced in 2017 that processes text in parallel rather than sequentially.

6
New cards

Attention

An operation used in transformers that allows the model to weigh the importance of different words in relation to each other.

7
New cards

Parameters/Weights

Continuous values in a language model that determine the behavior and predictions of the model.

8
New cards

GPU (Graphics Processing Unit)

Specialized computer chips optimized for performing many calculations simultaneously, enabling faster model training.

9
New cards

Prediction Probability

A score assigned by the model indicating how likely each possible next word is, based on the preceding text.

10
New cards

Contextual Encoding

Process by which the meaning of a word is influenced by its surrounding words and derived semantic cues.