WORKSHOP: MY AI IS BETTER THAN YOURS WS25

MODELS: FINE-TUNING

Lecturer: Kim Albrecht Lars Christian Schmidt

Winter 2025

Model Type: Transfer Learning
What it does: Customizes a pre-trained AI model to do a new task — using your own small dataset.
Media: Image, Text, Sound (depending on the picked model

Fine-tuning is like taking a model that already knows a lot, and teaching it something new. Imagine a model trained on millions of images — it already understands shapes, objects, styles. With fine-tuning, you can show it your own images and make it specialize in your unique style, subject, or task.

How It Works (Simple Version)

You start with a pretrained model — for example:

You feed it your own small dataset (10–100 examples), and it updates just enough to specialize in your data — while still relying on everything it already knows.

To dos

1. Pick a model to fine-tune

Choose what kind of thing you want to teach it:

2. Collect your dataset

3. Fine-tune the model

4. Test and reflect

Resources