Overview
We have launched EvalPort (v1.0.0-rc.1), an open standard (Apache 2.0) for portable LLM evaluation datasets. Every eval framework uses incompatible formats — EvalPort provides a standard JSON format + converters + SDKs (TypeScript + Python).
Note: Formerly called "OpenEval" — renamed to avoid confusion with open-eval.com (a Johns Hopkins/Microsoft Research project). The PR title and dependency name need updating accordingly.
What We're Proposing
Add to_evalport() and from_evalport() methods (~50-100 lines using our SDK).
Resources
We would love to collaborate.
Overview
We have launched EvalPort (v1.0.0-rc.1), an open standard (Apache 2.0) for portable LLM evaluation datasets. Every eval framework uses incompatible formats — EvalPort provides a standard JSON format + converters + SDKs (TypeScript + Python).
Note: Formerly called "OpenEval" — renamed to avoid confusion with open-eval.com (a Johns Hopkins/Microsoft Research project). The PR title and dependency name need updating accordingly.
What We're Proposing
Add
to_evalport()andfrom_evalport()methods (~50-100 lines using our SDK).Resources
npm install evalport-sdkpip install evalport-sdkWe would love to collaborate.