Skip to main content
This guide walks you through training your first model on Adaptive Engine. You’ll create a use case, deploy a base model, upload training data, run fine-tuning, and test the results. Train a customer service agent to respond like a poet.
1

Create a use case

Use cases organize your models, data, and training runs.
2

Deploy a model

Attach a model to deploy it for inference.
3

Upload a dataset

Datasets contain examples that teach your model how to respond.Download: fun-poet-completions.jsonl
4

Run fine-tuning

SFT (supervised fine-tuning) trains your model on labeled examples.
5

Test your model

Deploy and chat with your fine-tuned model.

Next steps