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

✨ Add GPT 5.5 + Codex

Browse files
results/swe-bench-pro--ansible-gpt-5-5-codex.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": "Codex",
10
+ "skills": [],
11
+ "is_oss": true,
12
+ "url": "https://github.com/openai/codex"
13
+ },
14
+ "model": {
15
+ "name": "GPT 5.5",
16
+ "repo": "GPT 5.5",
17
+ "is_oss": true,
18
+ "num_params": 9700,
19
+ "precision": "bf16",
20
+ "url": "https://openai.com/index/introducing-gpt-5-5"
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.604,
45
+ "n_input_tokens": 198924339,
46
+ "n_cache_tokens": 189578624,
47
+ "n_output_tokens": 1560836,
48
+ "n_total_tokens": 390063799,
49
+ "agent_time_seconds": 32914,
50
+ "total_time_seconds": 39468,
51
+ "cost_usd": 188.34296700000002,
52
+ "mean_input_tokens_per_task": 2072128,
53
+ "mean_cache_tokens_per_task": 1974777,
54
+ "mean_output_tokens_per_task": 16258,
55
+ "mean_tokens_per_task": 4063164,
56
+ "mean_cost_usd_per_task": 1.96,
57
+ "mean_total_time_seconds_per_task": 411,
58
+ "mean_agent_time_seconds_per_task": 342
59
+ }
60
+ }
results/swe-bench-verified-gpt-5-5-codex.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": "Codex",
10
+ "skills": [],
11
+ "is_oss": true,
12
+ "url": "https://github.com/openai/codex"
13
+ },
14
+ "model": {
15
+ "name": "GPT 5.5",
16
+ "repo": "GPT 5.5",
17
+ "is_oss": true,
18
+ "num_params": 9700,
19
+ "precision": "bf16",
20
+ "url": "https://openai.com/index/introducing-gpt-5-5"
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.798,
43
+ "n_input_tokens": 415795756,
44
+ "n_cache_tokens": 386352384,
45
+ "n_output_tokens": 3431224,
46
+ "n_total_tokens": 805579364,
47
+ "agent_time_seconds": 92588,
48
+ "total_time_seconds": 141637,
49
+ "cost_usd": 443.32977200000016,
50
+ "mean_input_tokens_per_task": 831591,
51
+ "mean_cache_tokens_per_task": 772704,
52
+ "mean_output_tokens_per_task": 6862,
53
+ "mean_tokens_per_task": 1611158,
54
+ "mean_cost_usd_per_task": 0.89,
55
+ "mean_total_time_seconds_per_task": 283,
56
+ "mean_agent_time_seconds_per_task": 185
57
+ }
58
+ }