Update eval.yaml
Browse files
eval.yaml
CHANGED
|
@@ -1,8 +1,16 @@
|
|
| 1 |
name: WildClawBench
|
| 2 |
description: Hard, practical, end-to-end evaluation for AI agents — in the wild.
|
| 3 |
-
evaluation_framework:
|
| 4 |
tasks:
|
| 5 |
- id: overall
|
| 6 |
name: Overall
|
| 7 |
config: default
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 8 |
split: test
|
|
|
|
| 1 |
name: WildClawBench
|
| 2 |
description: Hard, practical, end-to-end evaluation for AI agents — in the wild.
|
| 3 |
+
evaluation_framework: wildclawbench
|
| 4 |
tasks:
|
| 5 |
- id: overall
|
| 6 |
name: Overall
|
| 7 |
config: default
|
| 8 |
+
split: test
|
| 9 |
+
- id: avg_time
|
| 10 |
+
name: Avg Time (min)
|
| 11 |
+
config: default
|
| 12 |
+
split: test
|
| 13 |
+
- id: avg_cost
|
| 14 |
+
name: Avg Cost ($)
|
| 15 |
+
config: default
|
| 16 |
split: test
|