Large Language Models
25 views
Chain-of-Thought Prompting
Quick Definition
Technique encouraging step-by-step reasoning in LLMs
Full Definition
A technique encouraging LLMs to break down complex problems into sequential reasoning steps.
Examples
math problem solving, complex reasoning, debugging
Related Terms
prompt-engineering
few-shot-learning
More Large Language Models Terms
Llama
Meta AI's open-source large language models
WordPiece
Subword tokenization splitting words into frequent units
Autoregressive Model
Generative model predicting next token from previous tokens
GGUF
File format for LLMs optimized for local inference
Streaming
Sending LLM tokens to clients as they are generated
Vector Database
Specialized database for high-dimensional embedding queries