record_id stringlengths 24 54 | family stringclasses 104
values | difficulty stringclasses 2
values | axis stringclasses 130
values | level stringclasses 2
values | pct_delta int64 -3 4 | orig_value float64 0.8 750 | target_value float64 0.83 773 | unit stringclasses 2
values | human_name stringclasses 141
values | instruction stringlengths 24 47 | orig_code stringlengths 228 14.7k | gt_code stringlengths 228 14.7k | orig_step unknown | gt_step unknown | orig_params stringlengths 58 405 | target_params stringlengths 60 407 | iou_orig_gt float64 0 0.99 | split stringclasses 1
value |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
ball_knob_easy_r0_stem_height_pct+4_L1 | ball_knob | easy | stem_height | L1 | 4 | 50 | 52 | mm | stem height | Set the stem height to 52 mm. | import cadquery as cq
# --- parameters ---
# ball_diameter = 25.0
# thread_m = 6.0
# ball_radius = 12.5
# stem_radius = 4.5
# stem_height = 50.0
result = (
cq.Workplane("XY")
.sphere(12.5)
.union(
cq.Workplane("XY")
.transformed(offset=cq.Vector(0.0, 0.0, -37.5), rotate=cq.Vector(0, 0,... | import cadquery as cq
# --- parameters ---
# ball_diameter = 25.0
# thread_m = 6.0
# ball_radius = 12.5
# stem_radius = 4.5
# stem_height = 52.0
result = (
cq.Workplane("XY")
.sphere(12.5)
.union(
cq.Workplane("XY")
.transformed(offset=cq.Vector(0.0, 0.0, -38.5), rotate=cq.Vector(0, 0,... | [
73,
83,
79,
45,
49,
48,
51,
48,
51,
45,
50,
49,
59,
10,
72,
69,
65,
68,
69,
82,
59,
10,
70,
73,
76,
69,
95,
68,
69,
83,
67,
82,
73,
80,
84,
73,
79,
78,
40,
40,
39,
79,
112,
101,
110,
32,
67,
65,
83,
67,
65,
68,
6... | [
73,
83,
79,
45,
49,
48,
51,
48,
51,
45,
50,
49,
59,
10,
72,
69,
65,
68,
69,
82,
59,
10,
70,
73,
76,
69,
95,
68,
69,
83,
67,
82,
73,
80,
84,
73,
79,
78,
40,
40,
39,
79,
112,
101,
110,
32,
67,
65,
83,
67,
65,
68,
6... | {"ball_diameter": 25.0, "thread_m": 6.0, "ball_radius": 12.5, "stem_radius": 4.5, "stem_height": 50.0, "difficulty": "easy"} | {"ball_diameter": 25.0, "thread_m": 6.0, "ball_radius": 12.5, "stem_radius": 4.5, "stem_height": 52.0, "difficulty": "easy"} | 0.9157 | test_iid |
ball_knob_easy_r0_stem_height_pct+4_L2 | ball_knob | easy | stem_height | L2 | 4 | 50 | 52 | mm | stem height | Change the stem height by +4%. | import cadquery as cq
# --- parameters ---
# ball_diameter = 25.0
# thread_m = 6.0
# ball_radius = 12.5
# stem_radius = 4.5
# stem_height = 50.0
result = (
cq.Workplane("XY")
.sphere(12.5)
.union(
cq.Workplane("XY")
.transformed(offset=cq.Vector(0.0, 0.0, -37.5), rotate=cq.Vector(0, 0,... | import cadquery as cq
# --- parameters ---
# ball_diameter = 25.0
# thread_m = 6.0
# ball_radius = 12.5
# stem_radius = 4.5
# stem_height = 52.0
result = (
cq.Workplane("XY")
.sphere(12.5)
.union(
cq.Workplane("XY")
.transformed(offset=cq.Vector(0.0, 0.0, -38.5), rotate=cq.Vector(0, 0,... | [
73,
83,
79,
45,
49,
48,
51,
48,
51,
45,
50,
49,
59,
10,
72,
69,
65,
68,
69,
82,
59,
10,
70,
73,
76,
69,
95,
68,
69,
83,
67,
82,
73,
80,
84,
73,
79,
78,
40,
40,
39,
79,
112,
101,
110,
32,
67,
65,
83,
67,
65,
68,
6... | [
73,
83,
79,
45,
49,
48,
51,
48,
51,
45,
50,
49,
59,
10,
72,
69,
65,
68,
69,
82,
59,
10,
70,
73,
76,
69,
95,
68,
69,
83,
67,
82,
73,
80,
84,
73,
79,
78,
40,
40,
39,
79,
112,
101,
110,
32,
67,
65,
83,
67,
65,
68,
6... | {"ball_diameter": 25.0, "thread_m": 6.0, "ball_radius": 12.5, "stem_radius": 4.5, "stem_height": 50.0, "difficulty": "easy"} | {"ball_diameter": 25.0, "thread_m": 6.0, "ball_radius": 12.5, "stem_radius": 4.5, "stem_height": 52.0, "difficulty": "easy"} | 0.9157 | test_iid |
ball_knob_hard_r0_stem_height_pct+4_L1 | ball_knob | hard | stem_height | L1 | 4 | 90 | 93.6 | mm | stem height | Set the stem height to 93.6 mm. | import cadquery as cq
# --- parameters ---
# ball_diameter = 50.0
# thread_m = 12.0
# ball_radius = 25.0
# stem_radius = 9.0
# stem_height = 90.0
# bore_diameter = 12.0
result = (
cq.Workplane("XY")
.sphere(25.0)
.union(
cq.Workplane("XY")
.transformed(offset=cq.Vector(0.0, 0.0, -70.0)... | import cadquery as cq
# --- parameters ---
# ball_diameter = 50.0
# thread_m = 12.0
# ball_radius = 25.0
# stem_radius = 9.0
# stem_height = 93.6
# bore_diameter = 12.0
result = (
cq.Workplane("XY")
.sphere(25.0)
.union(
cq.Workplane("XY")
.transformed(offset=cq.Vector(0.0, 0.0, -71.8)... | [
73,
83,
79,
45,
49,
48,
51,
48,
51,
45,
50,
49,
59,
10,
72,
69,
65,
68,
69,
82,
59,
10,
70,
73,
76,
69,
95,
68,
69,
83,
67,
82,
73,
80,
84,
73,
79,
78,
40,
40,
39,
79,
112,
101,
110,
32,
67,
65,
83,
67,
65,
68,
6... | [
73,
83,
79,
45,
49,
48,
51,
48,
51,
45,
50,
49,
59,
10,
72,
69,
65,
68,
69,
82,
59,
10,
70,
73,
76,
69,
95,
68,
69,
83,
67,
82,
73,
80,
84,
73,
79,
78,
40,
40,
39,
79,
112,
101,
110,
32,
67,
65,
83,
67,
65,
68,
6... | {"ball_diameter": 50.0, "thread_m": 12.0, "ball_radius": 25.0, "stem_radius": 9.0, "stem_height": 90.0, "difficulty": "hard", "bore_diameter": 12.0} | {"ball_diameter": 50.0, "thread_m": 12.0, "ball_radius": 25.0, "stem_radius": 9.0, "stem_height": 93.6, "difficulty": "hard", "bore_diameter": 12.0} | 0.9567 | test_iid |
ball_knob_hard_r0_stem_height_pct+4_L2 | ball_knob | hard | stem_height | L2 | 4 | 90 | 93.6 | mm | stem height | Change the stem height by +4%. | import cadquery as cq
# --- parameters ---
# ball_diameter = 50.0
# thread_m = 12.0
# ball_radius = 25.0
# stem_radius = 9.0
# stem_height = 90.0
# bore_diameter = 12.0
result = (
cq.Workplane("XY")
.sphere(25.0)
.union(
cq.Workplane("XY")
.transformed(offset=cq.Vector(0.0, 0.0, -70.0)... | import cadquery as cq
# --- parameters ---
# ball_diameter = 50.0
# thread_m = 12.0
# ball_radius = 25.0
# stem_radius = 9.0
# stem_height = 93.6
# bore_diameter = 12.0
result = (
cq.Workplane("XY")
.sphere(25.0)
.union(
cq.Workplane("XY")
.transformed(offset=cq.Vector(0.0, 0.0, -71.8)... | [
73,
83,
79,
45,
49,
48,
51,
48,
51,
45,
50,
49,
59,
10,
72,
69,
65,
68,
69,
82,
59,
10,
70,
73,
76,
69,
95,
68,
69,
83,
67,
82,
73,
80,
84,
73,
79,
78,
40,
40,
39,
79,
112,
101,
110,
32,
67,
65,
83,
67,
65,
68,
6... | [
73,
83,
79,
45,
49,
48,
51,
48,
51,
45,
50,
49,
59,
10,
72,
69,
65,
68,
69,
82,
59,
10,
70,
73,
76,
69,
95,
68,
69,
83,
67,
82,
73,
80,
84,
73,
79,
78,
40,
40,
39,
79,
112,
101,
110,
32,
67,
65,
83,
67,
65,
68,
6... | {"ball_diameter": 50.0, "thread_m": 12.0, "ball_radius": 25.0, "stem_radius": 9.0, "stem_height": 90.0, "difficulty": "hard", "bore_diameter": 12.0} | {"ball_diameter": 50.0, "thread_m": 12.0, "ball_radius": 25.0, "stem_radius": 9.0, "stem_height": 93.6, "difficulty": "hard", "bore_diameter": 12.0} | 0.9567 | test_iid |
battery_holder_easy_r0_block_T_pct+4_L1 | battery_holder | easy | block_T | L1 | 4 | 8.8 | 9.152 | mm | block thickness | Set the block thickness to 9.152 mm. | "import cadquery as cq\n\n# --- parameters ---\n# cell_count = 2\n# cell_d = 10.5\n# cell_L = 44.5\n(...TRUNCATED) | "import cadquery as cq\n\n# --- parameters ---\n# cell_count = 2\n# cell_d = 10.5\n# cell_L = 44.5\n(...TRUNCATED) | "SVNPLTEwMzAzLTIxOwpIRUFERVI7CkZJTEVfREVTQ1JJUFRJT04oKCdPcGVuIENBU0NBREUgTW9kZWwnKSwnMjsxJyk7CkZJTEV(...TRUNCATED) | "SVNPLTEwMzAzLTIxOwpIRUFERVI7CkZJTEVfREVTQ1JJUFRJT04oKCdPcGVuIENBU0NBREUgTW9kZWwnKSwnMjsxJyk7CkZJTEV(...TRUNCATED) | "{\"cell_type\": \"AAA\", \"cell_count\": 2, \"cell_d\": 10.5, \"cell_L\": 44.5, \"pitch\": 14.0, \"(...TRUNCATED) | "{\"cell_type\": \"AAA\", \"cell_count\": 2, \"cell_d\": 10.5, \"cell_L\": 44.5, \"pitch\": 14.0, \"(...TRUNCATED) | 0.9765 | test_iid |
battery_holder_easy_r0_block_T_pct+4_L2 | battery_holder | easy | block_T | L2 | 4 | 8.8 | 9.152 | mm | block thickness | Change the block thickness by +4%. | "import cadquery as cq\n\n# --- parameters ---\n# cell_count = 2\n# cell_d = 10.5\n# cell_L = 44.5\n(...TRUNCATED) | "import cadquery as cq\n\n# --- parameters ---\n# cell_count = 2\n# cell_d = 10.5\n# cell_L = 44.5\n(...TRUNCATED) | "SVNPLTEwMzAzLTIxOwpIRUFERVI7CkZJTEVfREVTQ1JJUFRJT04oKCdPcGVuIENBU0NBREUgTW9kZWwnKSwnMjsxJyk7CkZJTEV(...TRUNCATED) | "SVNPLTEwMzAzLTIxOwpIRUFERVI7CkZJTEVfREVTQ1JJUFRJT04oKCdPcGVuIENBU0NBREUgTW9kZWwnKSwnMjsxJyk7CkZJTEV(...TRUNCATED) | "{\"cell_type\": \"AAA\", \"cell_count\": 2, \"cell_d\": 10.5, \"cell_L\": 44.5, \"pitch\": 14.0, \"(...TRUNCATED) | "{\"cell_type\": \"AAA\", \"cell_count\": 2, \"cell_d\": 10.5, \"cell_L\": 44.5, \"pitch\": 14.0, \"(...TRUNCATED) | 0.9765 | test_iid |
battery_holder_hard_r0_block_T_pct+4_L1 | battery_holder | hard | block_T | L1 | 4 | 19 | 19.76 | mm | block thickness | Set the block thickness to 19.76 mm. | "import cadquery as cq\n\n# --- parameters ---\n# cell_count = 2\n# cell_d = 26.2\n# cell_L = 50.0\n(...TRUNCATED) | "import cadquery as cq\n\n# --- parameters ---\n# cell_count = 2\n# cell_d = 26.2\n# cell_L = 50.0\n(...TRUNCATED) | "SVNPLTEwMzAzLTIxOwpIRUFERVI7CkZJTEVfREVTQ1JJUFRJT04oKCdPcGVuIENBU0NBREUgTW9kZWwnKSwnMjsxJyk7CkZJTEV(...TRUNCATED) | "SVNPLTEwMzAzLTIxOwpIRUFERVI7CkZJTEVfREVTQ1JJUFRJT04oKCdPcGVuIENBU0NBREUgTW9kZWwnKSwnMjsxJyk7CkZJTEV(...TRUNCATED) | "{\"cell_type\": \"C\", \"cell_count\": 2, \"cell_d\": 26.2, \"cell_L\": 50.0, \"pitch\": 29.7, \"bl(...TRUNCATED) | "{\"cell_type\": \"C\", \"cell_count\": 2, \"cell_d\": 26.2, \"cell_L\": 50.0, \"pitch\": 29.7, \"bl(...TRUNCATED) | 0.9612 | test_iid |
battery_holder_hard_r0_block_T_pct+4_L2 | battery_holder | hard | block_T | L2 | 4 | 19 | 19.76 | mm | block thickness | Change the block thickness by +4%. | "import cadquery as cq\n\n# --- parameters ---\n# cell_count = 2\n# cell_d = 26.2\n# cell_L = 50.0\n(...TRUNCATED) | "import cadquery as cq\n\n# --- parameters ---\n# cell_count = 2\n# cell_d = 26.2\n# cell_L = 50.0\n(...TRUNCATED) | "SVNPLTEwMzAzLTIxOwpIRUFERVI7CkZJTEVfREVTQ1JJUFRJT04oKCdPcGVuIENBU0NBREUgTW9kZWwnKSwnMjsxJyk7CkZJTEV(...TRUNCATED) | "SVNPLTEwMzAzLTIxOwpIRUFERVI7CkZJTEVfREVTQ1JJUFRJT04oKCdPcGVuIENBU0NBREUgTW9kZWwnKSwnMjsxJyk7CkZJTEV(...TRUNCATED) | "{\"cell_type\": \"C\", \"cell_count\": 2, \"cell_d\": 26.2, \"cell_L\": 50.0, \"pitch\": 29.7, \"bl(...TRUNCATED) | "{\"cell_type\": \"C\", \"cell_count\": 2, \"cell_d\": 26.2, \"cell_L\": 50.0, \"pitch\": 29.7, \"bl(...TRUNCATED) | 0.9612 | test_iid |
bearing_retainer_cap_easy_r0_bore_diameter_pct-3_L1 | bearing_retainer_cap | easy | bore_diameter | L1 | -3 | 17 | 16.49 | mm | bore diameter | Set the bore diameter to 16.49 mm. | "import cadquery as cq\n\n# --- parameters ---\n# boss_diameter = 41.1\n# boss_height = 29.6\n# bore(...TRUNCATED) | "import cadquery as cq\n\n# --- parameters ---\n# boss_diameter = 41.1\n# boss_height = 29.6\n# bore(...TRUNCATED) | "SVNPLTEwMzAzLTIxOwpIRUFERVI7CkZJTEVfREVTQ1JJUFRJT04oKCdPcGVuIENBU0NBREUgTW9kZWwnKSwnMjsxJyk7CkZJTEV(...TRUNCATED) | "SVNPLTEwMzAzLTIxOwpIRUFERVI7CkZJTEVfREVTQ1JJUFRJT04oKCdPcGVuIENBU0NBREUgTW9kZWwnKSwnMjsxJyk7CkZJTEV(...TRUNCATED) | "{\"variant\": \"ear\", \"boss_diameter\": 41.1, \"boss_height\": 29.6, \"bore_diameter\": 17.0, \"d(...TRUNCATED) | "{\"variant\": \"ear\", \"boss_diameter\": 41.1, \"boss_height\": 29.6, \"bore_diameter\": 16.49, \"(...TRUNCATED) | 0.9395 | test_iid |
bearing_retainer_cap_easy_r0_bore_diameter_pct-3_L2 | bearing_retainer_cap | easy | bore_diameter | L2 | -3 | 17 | 16.49 | mm | bore diameter | Change the bore diameter by -3%. | "import cadquery as cq\n\n# --- parameters ---\n# boss_diameter = 41.1\n# boss_height = 29.6\n# bore(...TRUNCATED) | "import cadquery as cq\n\n# --- parameters ---\n# boss_diameter = 41.1\n# boss_height = 29.6\n# bore(...TRUNCATED) | "SVNPLTEwMzAzLTIxOwpIRUFERVI7CkZJTEVfREVTQ1JJUFRJT04oKCdPcGVuIENBU0NBREUgTW9kZWwnKSwnMjsxJyk7CkZJTEV(...TRUNCATED) | "SVNPLTEwMzAzLTIxOwpIRUFERVI7CkZJTEVfREVTQ1JJUFRJT04oKCdPcGVuIENBU0NBREUgTW9kZWwnKSwnMjsxJyk7CkZJTEV(...TRUNCATED) | "{\"variant\": \"ear\", \"boss_diameter\": 41.1, \"boss_height\": 29.6, \"bore_diameter\": 17.0, \"d(...TRUNCATED) | "{\"variant\": \"ear\", \"boss_diameter\": 41.1, \"boss_height\": 29.6, \"bore_diameter\": 16.49, \"(...TRUNCATED) | 0.9395 | test_iid |
End of preview. Expand in Data Studio
README.md exists but content is empty.
- Downloads last month
- 27