Datasets:
Ian commited on
Commit ·
b9c53d4
1
Parent(s): d66be27
Add 2026-06-17 merged eval release
Browse files- 2026-06-17/README.md +27 -0
- 2026-06-17/cases.jsonl +0 -0
- 2026-06-17/manifest.json +0 -0
- README.md +20 -19
2026-06-17/README.md
ADDED
|
@@ -0,0 +1,27 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# pb-tool-eval-cases 2026-06-17
|
| 2 |
+
|
| 3 |
+
Standard Eval2 Hugging Face manifest release for the full PB Tool CSV dataset plus the Paperboy HF hosting smoke case.
|
| 4 |
+
|
| 5 |
+
- Source CSV: `apps/eval2/src/cases/pb-tool-eval-cases.opik-dataset.csv`
|
| 6 |
+
- Source smoke dataset: `paperboy-ai/paperboy-eval-test-20260611-10274a`
|
| 7 |
+
- Dataset manifest: `manifest.json`
|
| 8 |
+
- Manifest sha256: `2caa4c4edcdb1d1e76b55669ba1f88093304e2b65ca6b8a55182dfa74ab89188`
|
| 9 |
+
- Case count: 379
|
| 10 |
+
- Verifier: `composite.v1`
|
| 11 |
+
|
| 12 |
+
## Categories
|
| 13 |
+
|
| 14 |
+
| tool_category | cases |
|
| 15 |
+
| ------------- | ----: |
|
| 16 |
+
| `agent-management-tool` | 27 |
|
| 17 |
+
| `almanac-garden-tool` | 9 |
|
| 18 |
+
| `artifact-tool` | 24 |
|
| 19 |
+
| `basic-tool` | 21 |
|
| 20 |
+
| `browser-use-tool` | 54 |
|
| 21 |
+
| `built-in-external-tool` | 9 |
|
| 22 |
+
| `connector-cli-tool` | 27 |
|
| 23 |
+
| `cua-gui-automation-tool` | 57 |
|
| 24 |
+
| `hf-hosting-smoke` | 1 |
|
| 25 |
+
| `paperboy-cli-tool` | 120 |
|
| 26 |
+
| `paperboy-sessions-tool` | 12 |
|
| 27 |
+
| `sandbox-tool` | 18 |
|
2026-06-17/cases.jsonl
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
2026-06-17/manifest.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
README.md
CHANGED
|
@@ -15,21 +15,21 @@ pretty_name: Paperboy PB Tool Eval Cases
|
|
| 15 |
|
| 16 |
# Paperboy PB Tool Eval Cases
|
| 17 |
|
| 18 |
-
Paperboy-owned PB Tool eval dataset generated from `apps/eval2/src/cases/pb-tool-eval-cases.opik-dataset.csv`.
|
| 19 |
|
| 20 |
Current release:
|
| 21 |
|
| 22 |
-
- Version: `2026-06-
|
| 23 |
-
- Manifest: `2026-06-
|
| 24 |
-
- Cases:
|
| 25 |
-
- Manifest sha256: `
|
| 26 |
-
- Verifier: `composite.v1`
|
| 27 |
|
| 28 |
## Run
|
| 29 |
|
| 30 |
```bash
|
| 31 |
bun run --filter @paperboy/eval2 daytona:run -- \
|
| 32 |
-
--suite hf:paperboy-ai/pb-tool-eval-cases@main#2026-06-
|
| 33 |
--all \
|
| 34 |
--concurrency 10 \
|
| 35 |
--timeout-sec 300 \
|
|
@@ -38,16 +38,17 @@ bun run --filter @paperboy/eval2 daytona:run -- \
|
|
| 38 |
|
| 39 |
## Categories
|
| 40 |
|
| 41 |
-
| tool_category
|
| 42 |
-
| -------------
|
| 43 |
-
| `agent-management-tool`
|
| 44 |
-
| `almanac-garden-tool`
|
| 45 |
-
| `artifact-tool`
|
| 46 |
-
| `basic-tool`
|
| 47 |
-
| `browser-use-tool`
|
| 48 |
-
| `built-in-external-tool`
|
| 49 |
-
| `connector-cli-tool`
|
| 50 |
| `cua-gui-automation-tool` | 57 |
|
| 51 |
-
| `
|
| 52 |
-
| `paperboy-
|
| 53 |
-
| `
|
|
|
|
|
|
| 15 |
|
| 16 |
# Paperboy PB Tool Eval Cases
|
| 17 |
|
| 18 |
+
Paperboy-owned PB Tool eval dataset generated from `apps/eval2/src/cases/pb-tool-eval-cases.opik-dataset.csv`, with the HF hosting smoke case from `paperboy-ai/paperboy-eval-test-20260611-10274a` merged into the latest release.
|
| 19 |
|
| 20 |
Current release:
|
| 21 |
|
| 22 |
+
- Version: `2026-06-17`
|
| 23 |
+
- Manifest: `2026-06-17/manifest.json`
|
| 24 |
+
- Cases: 379
|
| 25 |
+
- Manifest sha256: `2caa4c4edcdb1d1e76b55669ba1f88093304e2b65ca6b8a55182dfa74ab89188`
|
| 26 |
+
- Verifier: `composite.v1`
|
| 27 |
|
| 28 |
## Run
|
| 29 |
|
| 30 |
```bash
|
| 31 |
bun run --filter @paperboy/eval2 daytona:run -- \
|
| 32 |
+
--suite hf:paperboy-ai/pb-tool-eval-cases@main#2026-06-17/manifest.json \
|
| 33 |
--all \
|
| 34 |
--concurrency 10 \
|
| 35 |
--timeout-sec 300 \
|
|
|
|
| 38 |
|
| 39 |
## Categories
|
| 40 |
|
| 41 |
+
| tool_category | cases |
|
| 42 |
+
| ------------- | ----: |
|
| 43 |
+
| `agent-management-tool` | 27 |
|
| 44 |
+
| `almanac-garden-tool` | 9 |
|
| 45 |
+
| `artifact-tool` | 24 |
|
| 46 |
+
| `basic-tool` | 21 |
|
| 47 |
+
| `browser-use-tool` | 54 |
|
| 48 |
+
| `built-in-external-tool` | 9 |
|
| 49 |
+
| `connector-cli-tool` | 27 |
|
| 50 |
| `cua-gui-automation-tool` | 57 |
|
| 51 |
+
| `hf-hosting-smoke` | 1 |
|
| 52 |
+
| `paperboy-cli-tool` | 120 |
|
| 53 |
+
| `paperboy-sessions-tool` | 12 |
|
| 54 |
+
| `sandbox-tool` | 18 |
|