SÖZLÜK

YZ Sözlüğü

Karşılaştığınız her LLM terimi için sade Türkçe tanımlar.

49 terim

Ana Kavramlar

24 terms
Token

The basic unit of text that language models process and are billed by.

Context Window

The maximum number of tokens a model can process in a single request.

LLM

Large Language Model — a neural network trained on vast text corpora to generate human-like text.

Foundation Model

A large pre-trained model that serves as the base for many downstream applications.

Inference

The process of running a trained model to generate outputs from new inputs.

Completion

The text output generated by a language model in response to a prompt.

Prompt Engineering

The practice of designing inputs to elicit optimal outputs from language models.

System Prompt

An instruction block sent before the conversation that configures model behavior.

Embedding

A dense numerical vector that encodes the semantic meaning of text.

Temperature

A sampling parameter that controls the randomness of model outputs.

Top-P (Nucleus Sampling)

A sampling strategy that limits token selection to the smallest set covering a cumulative probability threshold.

Streaming

Delivering model output token-by-token as it is generated rather than waiting for the full response.

Latency

The time between sending a request and receiving the first token of a response.

Throughput

The number of tokens or requests a model can process per second.

RAG (Retrieval-Augmented Generation)

Enhancing model responses by fetching relevant documents from an external knowledge base at query time.

Vector Database

A database optimized for storing and searching high-dimensional embedding vectors.

Semantic Search

Search that retrieves results based on meaning rather than exact keyword matching.

Zero-Shot

Prompting a model to perform a task without providing any examples.

Few-Shot

Providing a small number of input-output examples in the prompt to guide the model.

Chain of Thought

A prompting technique that instructs the model to reason step-by-step before answering.

AI Agent

An LLM-powered system that autonomously takes actions in pursuit of a goal.

Tool Use (Function Calling)

The ability for a model to call external functions or APIs to retrieve data or take actions.

Knowledge Cutoff

The date beyond which a model has no training data and is unaware of events.

Tokenizer

The algorithm that converts raw text into a sequence of tokens for a language model.

Fiyatlandırma ve Maliyetler

4 terms

Mimari

8 terms

Eğitim

4 terms

Güvenlik ve Etik

6 terms

Kriterler

3 terms