1
Upload the validation data
2
Create a classification evaluator
oumi-cli evaluators generate-template --type classification to see every option.3
Write an evaluation recipe
Set the three IDs, then paste the block. To score a base model instead of one you trained, use
MODEL_ID is the model you want to score, DATASET_ID is the validation set from the upload step, and EVALUATOR_ID is the one you just created.{ "modelType": "PRETRAINED", "modelName": "..." }, or list what is available with oumi-cli evaluations available-models.4
Create the recipe and run it
READING THE RESULTS
VIEWING FAILURE MODES
Train a model
Retrain against the gaps you found.
Evaluations reference
Every flag on every evaluation command.