PromptForge
AI Glossary

Models & architecture

Fine-tuning

Also known as: finetuning, fine tune

Definition

Fine-tuning continues training a pre-trained model on your own examples to specialise its behaviour. It is the right tool for teaching consistent style, format or classification behaviour — not for adding knowledge.

Fine-tuning adjusts model weights using a dataset of input-output pairs. Parameter-efficient methods such as LoRA modify only a small subset of weights, making it dramatically cheaper than full fine-tuning while capturing most of the benefit.

The most common mistake is fine-tuning to add facts. It works poorly and unpredictably — the model may learn the phrasing of your documents without reliably learning their content. Use retrieval for knowledge; use fine-tuning for behaviour.

Before fine-tuning, exhaust prompting. A well-constructed few-shot prompt often matches fine-tuned performance with none of the data-collection or maintenance burden. Fine-tuning earns its cost when you need consistency at high volume, or when the prompt overhead of examples becomes expensive.

Related terms

Put this into practice

Understanding the term is step one. Our free courses and tools let you actually use it.

Glossary

Multimodal model

A multimodal model accepts or produces more than one type of data — commonly text plus images, and increasingly audio and video. It processes them in a shared representation rather than through separate pipelines.

Glossary

Open-weights model

An open-weights model has publicly downloadable parameters, letting anyone run it on their own hardware. Llama, Mistral, Qwen and DeepSeek are prominent examples.

Glossary

Reasoning model

A reasoning model is trained to generate extended internal deliberation before answering. It trades latency and cost for substantially better performance on maths, logic, coding and multi-step problems.

Prompt

Competitor Positioning Snapshot

Competitive research with citations. Use this before a positioning workshop, a pricing review, or writing comparison copy — the table format makes it easy to spot where a rival is genuinely stronger versus where they are just louder. Always run it on a search-grounded model like Perplexity so every claim carries a source and a date you can verify.

Article

GPT vs Claude vs Gemini: An Honest Comparison

A practical comparison of the three leading AI models across writing, coding, reasoning, long documents and cost — including which one to reach for on which task, and where each genuinely falls short.

Prompt

Series & Format Design

Channels grow on repeatable formats, not one-off videos: a recognizable structure (same open, same segments, same visual grammar) lowers production cost and trains the audience to return.