Datasets:
File size: 1,417 Bytes
70fceb5 | 1 | {"name": "random_wires_const_view", "size": 10000, "system_prompt": "Please predict the structure of this shape using this XML format:\n\n- Use <wire> as the enclosing tags\n- wire must have a diameter attribute of type float\n- wire has two child elements, <transform> and <segments>\n- transform has two child elements, <pos> and <rot>.\n- <pos> and <rot> represent the position and rotation of the start of the wire respectively.\n- <pos> has x, y, and z attributes in the units shown on the images grid overaly.\n- the location of <pos> is shown by the colored axis on the image.\n- <rot> has x, y, z, and w attributes. They are the quaternion in degrees.\n- <segments> is a mixed list of <bend> and <straight> elements.\n- <segments> must have at least one child element.\n- <segments> is a sequence that starts from the colored axis.\n- <bend> tags have angle, radius, and roll attributes. Angle and roll are in degrees, radius is in world units shown by the grid.\n- <straight> just has a length attribute in grid units.\n- All attributes are floats to 1 decimal place.\n\nYour goal is to match the shape in the image as closely as possible by predicting the correct sequence of <straight> and <bend> tags and choosing the attribute values.\n", "num_points": 1000, "seed": 42, "include_reasoning": false, "test_proportion": null, "log_level": "INFO", "save_to_disk": false, "save_to_hub": true, "num_proc": 16} |