First steps

Follow these steps to run your first evaluation:

# 1) Create a new run
tb run --model my-model

# 2) Open the dashboard for the latest run
tb runs open latest

Next, explore tasks and datasets to tune your evaluations.