Techniques

What is Fine-tuning?

The process of training a pre-trained model on a smaller, specific dataset to adapt it for a particular task.

Short answer

Fine-tuning is the process of taking a pre-trained AI model and training it further on a smaller, specific dataset to adapt its behavior or knowledge to a particular task or domain.

Fine-tuning adjusts the weights of an LLM to better perform in a specific domain (like legal or medical) or to adopt a specific style. It differs from RAG, which provides knowledge at runtime; fine-tuning bakes knowledge or behavior into the model itself.

Build your own AI Agent

Ready to put this concept into action? Create your own custom AI agent with Agent One in minutes. No coding required.

Build Your AI Agent

Frequently Asked Questions