The jobs list
The Fine-tuning page shows a table of all your training jobs.
Use the Search box to filter by job name, ID, dataset, or creator. Use the Training types and Status dropdowns to narrow the list further.
Job details
Click any job in the list to open its detail page.Configuration
Shows the full configuration used for the job:- Status, Training mode, Base model, Training dataset, Evaluation dataset
- Batch size, Learning rate, Epochs, Queue position
- Created / Started / Completed timestamps
Training metrics
Real-time charts are updated as training progresses.
The latest values are shown as a summary line above each chart (e.g.,
loss 0.2466 • grad 1.591 • lr 2.00e-6 @ step 124). Source data comes from training.log.
Model checkpoints
After training completes, EigenAI saves one checkpoint per epoch in HuggingFace format.
Each checkpoint has two buttons:
- Details — View the full list of files in the checkpoint.
- Deploy — Create an inference deployment directly from this checkpoint to test the training results. See Deployments for details.
Additional files
Click Download next to either file to save it locally.