Skip to main content
This example uses the banking77 validation dataset.
1

Upload the validation data

Note the dataset ID it returns.
2

Create a classification evaluator

Note the evaluator ID it returns. Valid labels are auto-discovered from the dataset; run oumi-cli evaluators generate-template --type classification to see every option.
3

Write an evaluation recipe

Set the three IDs, then paste the block. 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.
To score a base model instead of one you trained, use { "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.