diff --git a/evals/registry/data/path_enclosed_area/samples.jsonl b/evals/registry/data/path_enclosed_area/samples.jsonl new file mode 100644 index 0000000000..1f2b424590 --- /dev/null +++ b/evals/registry/data/path_enclosed_area/samples.jsonl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64c4304d7469a8bdda1148eae2250efe0b228d10ea077df94f787e3a067cc0a2 +size 12643 diff --git a/evals/registry/evals/path_enclosed_area.yaml b/evals/registry/evals/path_enclosed_area.yaml new file mode 100644 index 0000000000..9a23132d75 --- /dev/null +++ b/evals/registry/evals/path_enclosed_area.yaml @@ -0,0 +1,9 @@ +path_enclosed_area: + id: path_enclosed_area.dev.v0 + description: Geometric calculation of the total area enclosed by a given path on a flat plane + metrics: [accuracy] + +path_enclosed_area.dev.v0: + class: evals.elsuite.basic.includes:Includes + args: + samples_jsonl: path_enclosed_area/samples.jsonl \ No newline at end of file