Batch Evaluation
Run a whole dataset against a judge or a set of evaluators, and read the results side by side.
In the app
From the API
curl -X POST "https://api.scorable.ai/v1/batch-executions/" \
-H "Authorization: Api-Key ${SCORABLE_API_KEY}" \
-H "Content-Type: application/json" \
-d '{
"dataset_id": "<uuid>",
"evaluator_ids": ["<evaluator-uuid>", "<evaluator-uuid>"],
"tags": ["my-app-v1.2"]
}'Which to reach for
You want to
Use
Last updated