DOMAIN METRIC PACKS · OPEN DEFINITIONS

Measure what matters.
Know the evidence.

Choose a domain. Inspect each metric, its inputs, and its limits. Then evaluate your own records with an offline, reproducible recipe.

6 domain starter packsJSON + JSONLOffline CLI
CHOOSE YOUR DOMAIN

Start with definitions. Calibrate for your task.

Loading the General metric pack…

YOUR RECORDS. YOUR ENVIRONMENT.

Take the recipe
into your workflow.

Initialize a pack and example locally, then evaluate the JSONL records. Use your own model outputs, references, test results, and reviewed labels for a meaningful run.

New to JEV DataOps? Start here

These commands run on your machine. This catalog only reads static pack files; it does not upload or score your data.

1. Initialize the selected metric pack
jev-dataops init-metrics \
  --domain general \
  --output ./general-metrics
2. Run the offline evaluator
jev-dataops evaluate-metrics \
  --input ./general-metrics/example.jsonl \
  --pack ./general-metrics/metrics.json \
  --output ./general-results