GOESB

Build a profile

Fill in the fields below; the YAML preview on the right updates live. Everything stays in your browser — nothing is uploaded. Download the file, add it under profiles/<your-id>/profile.yaml in a clone of the runner repo, and open a pull request — see the field reference for what each field means and the exact submission steps.

A profile is pure configuration for a runtime that already exists — no installing, no dependencies, nothing to build. It says which existing runtime + model to run and how to score it, nothing more.

Runtime

A profile can only point at a runtime that already exists — picking one here doesn't install anything or need any setup. Want an engine that isn't listed? That's a code contribution, not a form.

Model
Configuration (optional)
Normalization
Scoring & metrics

profile.yaml preview

Fill in every required field (marked in red above) to enable the download.

version: 1.0.0
benchmark_type: batch
runtime:
model:
normalization:
  lowercase: true
  remove_punctuation: true
  expand_numbers: true
scoring:
metrics: []
changelog:
  - version: 1.0.0
    notes: Initial profile.