— Small open models

Data curation and small-model fine-tuning

Fine-tuning is worthwhile when tests show a recurring quality gap and you have enough curated data. I work with small open models, not with a promise to retrain a very large public model.

The path starts with your data: audit, curation, and a clean split between training and evaluation. Only then come the fine-tune, serving, and a rollback path. If retrieval and clear prompts are enough, I say so before any training run.

Coming later

Two specialist model adapters on a Cisco router, not one mixed file

In the lab, stacking Cisco-router first-day configuration and live diagnosis into one 1.5-billion-parameter model adapter failed. The next experiment is a human-switched sidecar: you name the job, paste the site, the matching model adapter types on the serial console. Live wiring is parked.

Request an initial consultation →

— From dataset to operation

From dataset to operation

1. Audit the dataset

I review provenance, rights, duplicates, gaps, sensitive content, and whether the examples actually match the workflow you want. The result is a clear statement on whether fine-tuning is justified.

2. Curate the data

We clean, align, and label instruction pairs so a human can judge quality. Weak examples are removed instead of mixed into training.

3. Split training and evaluation

Training examples and test examples stay separate. Evaluation measures the same workflow you expect in production — not only an internal loss curve.

4. Adapt a small model

I adapt a small open model with a traceable method in the QLoRA class. Checkpoints, hyperparameters, and comparison runs against the base model are recorded.

5. Serve and roll back

The adapted model is served so your team can call it, measure it, and revert to the previous version if needed. Documentation and acceptance tests are part of handover.

— When you should not fine-tune

When you should not fine-tune

Many projects first need better prompts and document retrieval. Fine-tuning comes only after those steps fail to close the quality gap.

Current facts and internal documents

If answers live mainly in files, policies, or knowledge bases, retrieval with citations is usually faster, cheaper, and easier to review.

A few clear rules

If the workflow can be steered with instructions, templates, and approval gates, start with prompt design and measurable test cases — without changing model weights.

Too little clean data

Without enough curated instruction pairs and a real evaluation set, you only buy an expensive overfit. The next step is then dataset work or a different approach.

— What you receive

What you receive

A defensible decision

You know whether fine-tuning, retrieval, or prompts is the right next step — from tests, not from a demonstration.

A traceable dataset

Curated instruction pairs, separate training and evaluation sets, and a short record of what was deliberately excluded.

A measured small model

Comparison against the base model on the same test cases, including known weaknesses.

An operating path

Serving, measurement, and rollback to the previous version so your team can repeat the step.

— Frequently asked questions

Frequently asked questions

What does a small model mean here?
An open model that can be trained on modest hardware and served on infrastructure you control. The goal is measurable quality for a concrete workflow, not a general-purpose model.
Why retrieval and prompts first?
Document retrieval and clear prompts change quickly when your files change. Fine-tuning changes weights and needs curated data. It is the more expensive step and only makes sense when tests show a lasting quality gap.
Do training data stay with us?
Yes. Audit, curation, and training run on infrastructure you control or in an environment you choose. Customer names and internal evidence do not belong on public pages or in public training runs.
Can you retrain a very large public model?
No. That is not the offer. I curate data and adapt small open models when the benefit is measurable. For current information, retrieval remains the first path.
What does evaluation look like?
Fixed test cases held out from training: quality, failure behaviour, rollback, and — where useful — response time. A single demo is not acceptance.

Discuss dataset and fine-tuning

Describe the workflow, the data you have, and what you already tried with prompts or retrieval. I will reply with an initial assessment.

Request an initial consultation → View all services