Septzzz commited on
Commit
54e6be1
·
verified ·
1 Parent(s): c1556ea

Upload folder using huggingface_hub

Browse files
.gitattributes CHANGED
@@ -95,3 +95,10 @@ toolbench/toolenv/tools/Visual_Recognition/mantis_object_detection.json filter=l
95
  toolbench/toolllama_G123_dfs_train.json filter=lfs diff=lfs merge=lfs -text
96
  apibench/huggingface_train.json filter=lfs diff=lfs merge=lfs -text
97
  apibench/tensorflow_train.json filter=lfs diff=lfs merge=lfs -text
 
 
 
 
 
 
 
 
95
  toolbench/toolllama_G123_dfs_train.json filter=lfs diff=lfs merge=lfs -text
96
  apibench/huggingface_train.json filter=lfs diff=lfs merge=lfs -text
97
  apibench/tensorflow_train.json filter=lfs diff=lfs merge=lfs -text
98
+ unified/fifteen_puzzle/train.jsonl filter=lfs diff=lfs merge=lfs -text
99
+ unified/minesweeper/train.jsonl filter=lfs diff=lfs merge=lfs -text
100
+ unified/sokoban/train.jsonl filter=lfs diff=lfs merge=lfs -text
101
+ unified/swe_smith/train.jsonl filter=lfs diff=lfs merge=lfs -text
102
+ unified/swebench_verified/train.jsonl filter=lfs diff=lfs merge=lfs -text
103
+ unified/terminal_bench/train.jsonl filter=lfs diff=lfs merge=lfs -text
104
+ unified/toolbench_g1/train.jsonl filter=lfs diff=lfs merge=lfs -text
unified/apibench_hf/test.jsonl CHANGED
The diff for this file is too large to render. See raw diff
 
unified/apibench_hf/train.jsonl CHANGED
The diff for this file is too large to render. See raw diff
 
unified/bfcl/test.jsonl ADDED
The diff for this file is too large to render. See raw diff
 
unified/bfcl/train.jsonl ADDED
The diff for this file is too large to render. See raw diff
 
unified/fifteen_puzzle/test.jsonl CHANGED
The diff for this file is too large to render. See raw diff
 
unified/fifteen_puzzle/train.jsonl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e1caa4fd1881e8ac8648785dec2e22c43ddbcc53638ccc1224dae4850494d1c6
3
+ size 27258252
unified/manifest.json CHANGED
@@ -1,178 +1,45 @@
1
  {
2
  "tasks": {
 
 
 
 
 
 
 
 
 
 
 
 
3
  "mastermind": {
4
- "eval_env": "game:Mastermind",
5
- "train": {
6
- "train_kind": "teacher_rollout_seeds",
7
- "seeds": {
8
- "base": 0,
9
- "count": 50
10
- },
11
- "note": "train episodes generated by teacher rollout on these seeds at run time"
12
- },
13
- "test": {
14
- "test_kind": "interactive",
15
- "grader": "env_reward",
16
- "n": 20,
17
- "truncated": false,
18
- "file": "unified/mastermind/test.jsonl"
19
- }
20
  },
21
  "minesweeper": {
22
- "eval_env": "game:Minesweeper",
23
- "train": {
24
- "train_kind": "teacher_rollout_seeds",
25
- "seeds": {
26
- "base": 0,
27
- "count": 50
28
- },
29
- "note": "train episodes generated by teacher rollout on these seeds at run time"
30
- },
31
- "test": {
32
- "test_kind": "interactive",
33
- "grader": "env_reward",
34
- "n": 20,
35
- "truncated": false,
36
- "file": "unified/minesweeper/test.jsonl"
37
- }
38
  },
39
  "sokoban": {
40
- "eval_env": "game:Sokoban",
41
- "train": {
42
- "train_kind": "teacher_rollout_seeds",
43
- "seeds": {
44
- "base": 0,
45
- "count": 50
46
- },
47
- "note": "train episodes generated by teacher rollout on these seeds at run time"
48
- },
49
- "test": {
50
- "test_kind": "interactive",
51
- "grader": "env_reward",
52
- "n": 20,
53
- "truncated": false,
54
- "file": "unified/sokoban/test.jsonl"
55
- }
56
- },
57
- "fifteen_puzzle": {
58
- "eval_env": "game:FifteenPuzzle",
59
- "train": {
60
- "train_kind": "teacher_rollout_seeds",
61
- "seeds": {
62
- "base": 0,
63
- "count": 50
64
- },
65
- "note": "train episodes generated by teacher rollout on these seeds at run time"
66
- },
67
- "test": {
68
- "test_kind": "interactive",
69
- "grader": "env_reward",
70
- "n": 20,
71
- "truncated": false,
72
- "file": "unified/fifteen_puzzle/test.jsonl"
73
- }
74
  },
75
  "swe_smith": {
76
- "eval_env": "code:swe-smith-agent",
77
- "train": {
78
- "train_kind": "hub_pool",
79
- "source": "swe_smith_traj",
80
- "cap": 200,
81
- "note": "HF-hub pool pulled at run time; use --fetch to materialize"
82
- },
83
- "test": {
84
- "test_kind": "interactive",
85
- "grader": "swe_harness_docker",
86
- "n": 500,
87
- "truncated": true,
88
- "file": "unified/swe_smith/test.jsonl"
89
- }
90
  },
91
  "swebench_verified": {
92
- "eval_env": "code:r2egym",
93
- "train": {
94
- "train_kind": "hub_pool",
95
- "source": "r2egym_sft_traj",
96
- "cap": 200,
97
- "note": "HF-hub pool pulled at run time; use --fetch to materialize"
98
- },
99
- "test": {
100
- "test_kind": "interactive",
101
- "grader": "r2e_docker",
102
- "n": 1,
103
- "truncated": false,
104
- "file": "unified/swebench_verified/test.jsonl"
105
- }
106
- },
107
- "mbpp": {
108
- "eval_env": "code:mbpp",
109
- "train": {
110
- "train_kind": "hub_pool",
111
- "source": "mbpp_gold",
112
- "cap": 200,
113
- "note": "HF-hub pool pulled at run time; use --fetch to materialize"
114
- },
115
- "test": {
116
- "test_kind": "static",
117
- "grader": "code_exec",
118
- "n": 1,
119
- "truncated": false,
120
- "file": "unified/mbpp/test.jsonl"
121
- }
122
  },
123
- "tau2_retail": {
124
- "eval_env": "tool:tau2-retail",
125
- "train": {
126
- "train_kind": "instance_split",
127
- "spec": {
128
- "kind": "tau2_split",
129
- "domain": "retail",
130
- "count": 40
131
- },
132
- "note": "train instance ids via split_tasks.json"
133
- },
134
- "test": {
135
- "test_kind": "interactive",
136
- "grader": "tau2_evaluator",
137
- "n": 40,
138
- "truncated": false,
139
- "file": "unified/tau2_retail/test.jsonl"
140
- }
141
  },
142
  "toolbench_g1": {
143
- "eval_env": "tool:toolbench-g1",
144
- "train": {
145
- "train_kind": "pool",
146
- "source": "toolbench_traj",
147
- "cap": 200,
148
- "n": 200,
149
- "file": "unified/toolbench_g1/train.jsonl"
150
- },
151
- "test": {
152
- "test_kind": "interactive",
153
- "grader": "llm_judge:gpt-4o-mini",
154
- "n": 200,
155
- "truncated": false,
156
- "file": "unified/toolbench_g1/test.jsonl"
157
- }
158
- },
159
- "apibench_hf": {
160
- "eval_env": "tool:apibench-gorilla-huggingface",
161
- "train": {
162
- "train_kind": "pool",
163
- "source": "apibench_gold",
164
- "cap": 200,
165
- "n": 200,
166
- "file": "unified/apibench_hf/train.jsonl"
167
- },
168
- "test": {
169
- "test_kind": "static",
170
- "grader": "functional_match",
171
- "n": 911,
172
- "truncated": false,
173
- "file": "unified/apibench_hf/test.jsonl"
174
- }
175
  }
176
  },
177
- "note": "uniform view; raw env assets remain under data/<name>/"
178
  }
 
1
  {
2
  "tasks": {
3
+ "apibench_hf": {
4
+ "n_train": 8191,
5
+ "n_test": 911
6
+ },
7
+ "bfcl": {
8
+ "n_train": 3200,
9
+ "n_test": 356
10
+ },
11
+ "fifteen_puzzle": {
12
+ "n_train": 5000,
13
+ "n_test": 500
14
+ },
15
  "mastermind": {
16
+ "n_train": 5000,
17
+ "n_test": 500
 
 
 
 
 
 
 
 
 
 
 
 
 
 
18
  },
19
  "minesweeper": {
20
+ "n_train": 5000,
21
+ "n_test": 500
 
 
 
 
 
 
 
 
 
 
 
 
 
 
22
  },
23
  "sokoban": {
24
+ "n_train": 5000,
25
+ "n_test": 500
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
26
  },
27
  "swe_smith": {
28
+ "n_train": 5000,
29
+ "n_test": 370
 
 
 
 
 
 
 
 
 
 
 
 
30
  },
31
  "swebench_verified": {
32
+ "n_train": 3231,
33
+ "n_test": 500
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
34
  },
35
+ "terminal_bench": {
36
+ "n_train": 1196,
37
+ "n_test": 153
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
38
  },
39
  "toolbench_g1": {
40
+ "n_train": 5000,
41
+ "n_test": 200
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
42
  }
43
  },
44
+ "note": "uniform golden train/test; raw env assets under data/<name>/"
45
  }
unified/mastermind/test.jsonl CHANGED
The diff for this file is too large to render. See raw diff
 
unified/mastermind/train.jsonl ADDED
The diff for this file is too large to render. See raw diff
 
unified/minesweeper/test.jsonl CHANGED
The diff for this file is too large to render. See raw diff
 
unified/minesweeper/train.jsonl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:de350b2b824a29fc8bac38af55e71d9eb20221970290ed94a791331caf602520
3
+ size 43815653
unified/sokoban/test.jsonl CHANGED
The diff for this file is too large to render. See raw diff
 
unified/sokoban/train.jsonl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e00f42040e3b09c72e1cc880430be1eb7b3090944a56a4d23b248bd9e41d4129
3
+ size 12893190
unified/swe_smith/test.jsonl CHANGED
The diff for this file is too large to render. See raw diff
 
unified/swe_smith/train.jsonl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:381008f1c7633d55aa3ec146cbb079926e8ae94b4bdb5343fb1bf277b72ebda9
3
+ size 394137240
unified/swebench_verified/test.jsonl CHANGED
The diff for this file is too large to render. See raw diff
 
unified/swebench_verified/train.jsonl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:31f253281bb1034eecb3c05591bad07530c7cb59db7f890f0ecf917b5657d75d
3
+ size 162957248
unified/terminal_bench/test.jsonl ADDED
The diff for this file is too large to render. See raw diff
 
unified/terminal_bench/train.jsonl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0e1637a793120b4ed7b9631fe2936097c8d1a9477f08e2a81ca6bf0ea0160294
3
+ size 42555188
unified/toolbench_g1/test.jsonl CHANGED
The diff for this file is too large to render. See raw diff
 
unified/toolbench_g1/train.jsonl CHANGED
The diff for this file is too large to render. See raw diff