Untitled

studied byStudied by 0 people
0.0(0)
learn
LearnA personalized and smart learning plan
exam
Practice TestTake a test on your terms and definitions
spaced repetition
Spaced RepetitionScientifically backed study method
heart puzzle
Matching GameHow quick can you match all your cards?
flashcards
FlashcardsStudy terms and definitions

1 / 9

encourage image

There's no tags or description

Looks like no one added any tags here yet for you.

10 Terms

1

Large Language Model (LLM)

An artificial intelligence model designed to understand and generate human-like text based on vast amounts of training data, typically consisting of billions or trillions of parameters.

New cards
2

Encoder

Part of LLM architectures that encode text into embeddings, converting sequences of words into vectors to capture text semantics or meaning.

New cards
3

Decoder

Component of LLM architectures that decodes or generates text, producing a sequence of words based on input sequences.

New cards
4

Prompting

Providing an initial input or "prompt" to LLMs to guide text generation or task completion based on training data.

New cards
5

In-context learning

Constructing prompts with task demonstrations for LLMs.

New cards
6

Greedy decoding

Decoding technique where the model selects the token with the highest probability at each step of sequence generation.

New cards
7

Retrieval Augmented Generation (RAG)

Approach combining retrieval-based and generative models to enhance text generation with relevant external knowledge.

New cards
8

Vector Databases

Specialized databases for storing and querying high-dimensional vector data, suitable for ML, NLP, and computer vision applications.

New cards
9

Semantic Search

Advanced information retrieval technique focusing on understanding the meaning behind search queries and documents for more accurate results.

New cards
10

OCI Generative AI Service

Oracle Cloud service offering pre-trained LLMs, fine-tuning capabilities, dedicated resources, and flexibility for text-based tasks.

New cards
robot