🏠 홈
벤치마크
📊 모든 벤치마크 🦖 공룡 v1 🦖 공룡 v2 ✅ 할 일 목록 앱 🎨 창의적인 자유 페이지 🎯 FSACB - 궁극의 쇼케이스 🌍 번역 벤치마크
모델
🏆 톱 10 모델 🆓 무료 모델 📋 모든 모델 ⚙️ 킬로 코드 모드
리소스
💬 프롬프트 라이브러리 📖 AI 용어 사전 🔗 유용한 링크

AI 용어집

인공지능 완전 사전

162
카테고리
2,032
하위 카테고리
23,060
용어
📖
용어

Autoregressive Model

Generative model architecture that predicts the next token based on all previous tokens, building the sequence iteratively and sequentially.

📖
용어

Context Window

Maximum sequence size that the model can process simultaneously, limiting the amount of historical information usable for prediction.

📖
용어

Next Token Prediction

Fundamental objective of autoregressive models consisting of maximizing the conditional probability P(token_t|tokens_1...t-1).

📖
용어

Temperature Sampling

Generation technique controlling the degree of randomness in the selection of the next token by adjusting the probability distribution of logits.

📖
용어

Top-k Sampling

Generation method limiting selection to the k most probable tokens, avoiding low-probability tokens while maintaining diversity.

📖
용어

Nucleus Sampling

Dynamic selection strategy based on cumulative probability mass, adapting the number of candidates according to the model's confidence.

📖
용어

Beam Search

Decoding algorithm simultaneously exploring multiple candidate sequences to find the most probable global sequence.

📖
용어

Causal Language Model

Type of autoregressive model trained to predict future tokens based on past context, without access to future tokens during training.

📖
용어

Transformer Decoder-only

Neural architecture using only decoder layers with causal masking, preferred for modern autoregressive language models.

📖
용어

Greedy Decoding

Generation strategy systematically selecting the token with maximum probability at each step, ensuring consistency but potentially lacking creativity.

📖
용어

Autoregressive Generation

Text generation process where each produced token is immediately added to the context to influence the generation of subsequent tokens.

📖
용어

Language Model Fine-tuning

Process of specialized adaptation of a pre-trained autoregressive model on specific data to improve its performance in a targeted domain.

📖
용어

Zero-shot Learning

Ability of autoregressive models to accomplish tasks not seen during training by leveraging their general language knowledge.

📖
용어

KV Cache

Optimization mechanism storing key-value states of previous tokens to accelerate sequential autoregressive generation.

📖
용어

Variable Sequence Length

Ability of autoregressive models to generate sequences of different lengths dynamically adapted according to the generated content.

🔍

결과를 찾을 수 없습니다