taagarwa commited on
Commit
560cbd0
·
1 Parent(s): f3cc5ff

✨ Add Opus 4.8

Browse files
results/swe-bench-pro--ansible-claude-opus-4-8-claude-code.json ADDED
@@ -0,0 +1,60 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "benchmark": {
3
+ "name": "swe-bench-pro--ansible",
4
+ "repo": "ScaleAI/SWE-bench_Pro",
5
+ "num_tasks": 96,
6
+ "url": "https://huggingface.co/datasets/ScaleAI/SWE-bench_Pro"
7
+ },
8
+ "harness": {
9
+ "name": "Claude Code",
10
+ "skills": [],
11
+ "is_oss": false,
12
+ "url": "https://github.com/anthropics/claude-code"
13
+ },
14
+ "model": {
15
+ "name": "Opus 4.8",
16
+ "repo": "Opus 4.8",
17
+ "is_oss": true,
18
+ "num_params": 1000,
19
+ "precision": "bf16",
20
+ "url": "https://www.anthropic.com/news/claude-opus-4-8"
21
+ },
22
+ "environment": {
23
+ "name": "harbor",
24
+ "config": {
25
+ "path": null,
26
+ "name": "scale-ai/swe-bench-pro",
27
+ "version": null,
28
+ "ref": "sha256:88411d32ff27e53a4c1a7e29f0c2aeba180c8e5d60f221cab5ed56325f33549d",
29
+ "registry_url": null,
30
+ "registry_path": null,
31
+ "overwrite": false,
32
+ "download_dir": null,
33
+ "task_names": [
34
+ "*ansible*"
35
+ ],
36
+ "exclude_task_names": null,
37
+ "n_tasks": null
38
+ },
39
+ "url": "https://github.com/harbor-framework/harbor"
40
+ },
41
+ "metrics": {
42
+ "n_tasks": 96,
43
+ "n_errors": 0,
44
+ "score": 0.698,
45
+ "n_input_tokens": 192346997,
46
+ "n_cache_tokens": 186506482,
47
+ "n_output_tokens": 2179945,
48
+ "n_total_tokens": 381033424,
49
+ "agent_time_seconds": 32745,
50
+ "total_time_seconds": 39030,
51
+ "cost_usd": 185.66155285,
52
+ "mean_input_tokens_per_task": 2003614,
53
+ "mean_cache_tokens_per_task": 1942775,
54
+ "mean_output_tokens_per_task": 22707,
55
+ "mean_tokens_per_task": 3969098,
56
+ "mean_cost_usd_per_task": 1.93,
57
+ "mean_total_time_seconds_per_task": 406,
58
+ "mean_agent_time_seconds_per_task": 341
59
+ }
60
+ }
results/swe-bench-verified-claude-opus-4-8-claude-code.json ADDED
@@ -0,0 +1,58 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "benchmark": {
3
+ "name": "swe-bench-verified",
4
+ "repo": "SWE-bench/SWE-bench_Verified",
5
+ "num_tasks": 500,
6
+ "url": "https://huggingface.co/datasets/SWE-bench/SWE-bench_Verified"
7
+ },
8
+ "harness": {
9
+ "name": "Claude Code",
10
+ "skills": [],
11
+ "is_oss": false,
12
+ "url": "https://github.com/anthropics/claude-code"
13
+ },
14
+ "model": {
15
+ "name": "Opus 4.8",
16
+ "repo": "Opus 4.8",
17
+ "is_oss": true,
18
+ "num_params": 1000,
19
+ "precision": "bf16",
20
+ "url": "https://www.anthropic.com/news/claude-opus-4-8"
21
+ },
22
+ "environment": {
23
+ "name": "harbor",
24
+ "config": {
25
+ "path": null,
26
+ "name": "swe-bench/swe-bench-verified",
27
+ "version": null,
28
+ "ref": "sha256:235d6032d549851a936db3b5fe08807c4d385c12ee10e7be9c9786a1ff60563c",
29
+ "registry_url": null,
30
+ "registry_path": null,
31
+ "overwrite": false,
32
+ "download_dir": null,
33
+ "task_names": null,
34
+ "exclude_task_names": null,
35
+ "n_tasks": null
36
+ },
37
+ "url": "https://github.com/harbor-framework/harbor"
38
+ },
39
+ "metrics": {
40
+ "n_tasks": 500,
41
+ "n_errors": 0,
42
+ "score": 0.868,
43
+ "n_input_tokens": 402225158,
44
+ "n_cache_tokens": 388781382,
45
+ "n_output_tokens": 4588859,
46
+ "n_total_tokens": 795595399,
47
+ "agent_time_seconds": 104467,
48
+ "total_time_seconds": 159566,
49
+ "cost_usd": 394.7823929,
50
+ "mean_input_tokens_per_task": 804450,
51
+ "mean_cache_tokens_per_task": 777562,
52
+ "mean_output_tokens_per_task": 9177,
53
+ "mean_tokens_per_task": 1591190,
54
+ "mean_cost_usd_per_task": 0.79,
55
+ "mean_total_time_seconds_per_task": 319,
56
+ "mean_agent_time_seconds_per_task": 208
57
+ }
58
+ }