1
Upload the training data
Data must be in JSONL format. Add
--dry-run to verify compatibility and view metadata without uploading.2
Write a recipe json
Set
DATASET_ID to the ID from the previous step, then paste the whole block (lora finetunes Qwen3-8b on the banking 77 dataset):3
Create the recipe
train.4
Launch the run
Training is a long running operation which can take 1hr+ depending on the datatset and model. Billing charges apply. For more info see our pricing page.
NEXT STEPS
Evaluate a model
Score it and find where it fails.
Deploy a model
Serve it behind an inference endpoint.