🏠 Home
Benchmark
📊 Tutti i benchmark 🦖 Dinosauro v1 🦖 Dinosauro v2 ✅ App To-Do List 🎨 Pagine libere creative 🎯 FSACB - Ultimate Showcase 🌍 Benchmark traduzione
Modelli
🏆 Top 10 modelli 🆓 Modelli gratuiti 📋 Tutti i modelli ⚙️ Kilo Code
Risorse
💬 Libreria di prompt 📖 Glossario IA 🔗 Link utili

Glossario IA

Il dizionario completo dell'Intelligenza Artificiale

162
categorie
2.032
sottocategorie
23.060
termini
📖
termini

Autoregressive Model

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

📖
termini

Context Window

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

📖
termini

Next Token Prediction

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

📖
termini

Temperature Sampling

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

📖
termini

Top-k Sampling

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

📖
termini

Nucleus Sampling

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

📖
termini

Beam Search

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

📖
termini

Causal Language Model

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

📖
termini

Transformer Decoder-only

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

📖
termini

Greedy Decoding

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

📖
termini

Autoregressive Generation

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

📖
termini

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.

📖
termini

Zero-shot Learning

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

📖
termini

KV Cache

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

📖
termini

Variable Sequence Length

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

🔍

Nessun risultato trovato