For the complete documentation index, see llms.txt. This page is also available as Markdown.

Tutorial 1: First evaluation in 10 minutes

Tutorial 1 — Run your first end-to-end Stratix evaluation in 10 minutes.

Time: ~10 minutes Level: Beginner You'll build: A complete evaluation against a public benchmark, programmatically and via the UI.

What you'll learn

  • How to run a Stratix evaluation from the SDK

  • How to read evaluation results

  • How to compare two models on the same benchmark

Prerequisites

Step 1: Verify the SDK

python -c "import layerlens; print(layerlens.__version__)"

Checkpoint: 1.3.0 (or later).

Step 2: Pick a model and a benchmark

Step 3: Create the evaluation

Step 4: Wait for completion

Checkpoint: You should see an accuracy score.

Step 5: Inspect in the UI

The same evaluation appears in Premium → Evaluations. Click any failing row to see input, output, expected, verdict.

Step 6: Compare two models

What's next

Last updated

Was this helpful?