Strudel7182 commited on
Commit
db9dbcc
·
verified ·
1 Parent(s): 2138a7d

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +3 -49
README.md CHANGED
@@ -6,36 +6,6 @@ size_categories:
6
  pretty_name: Random Wires
7
  tags:
8
  - synthetic
9
- dataset_info:
10
- features:
11
- - name: prompt
12
- dtype: json
13
- - name: completion
14
- dtype: json
15
- - name: wire_repr
16
- dtype: string
17
- - name: num_segments
18
- dtype: int8
19
- - name: points
20
- dtype:
21
- array2_d:
22
- shape:
23
- - null
24
- - 3
25
- dtype: float32
26
- - name: image
27
- dtype: image
28
- splits:
29
- - name: train
30
- num_bytes: 815219236
31
- num_examples: 9796
32
- download_size: 775207591
33
- dataset_size: 815219236
34
- configs:
35
- - config_name: default
36
- data_files:
37
- - split: train
38
- path: data/train-*
39
  ---
40
 
41
  ## Generation Parameters
@@ -43,29 +13,13 @@ configs:
43
  | Parameter | Value |
44
  | --- | --- |
45
  | seed | 42 |
46
- | num points | 1000 |
47
  | test proportion | None |
 
48
 
49
  ## System Prompt
50
  ```
51
- Please predict the structure of this shape using this XML format:
52
-
53
- - Use <wire> as the enclosing tags
54
- - wire must have a diameter attribute of type float
55
- - wire has two child elements, <transform> and <segments>
56
- - transform has two child elements, <pos> and <rot>.
57
- - <pos> and <rot> represent the position and rotation of the start of the wire respectively.
58
- - <pos> has x, y, and z attributes in the units shown on the images grid overaly.
59
- - the location of <pos> is shown by the colored axis on the image.
60
- - <rot> has x, y, z, and w attributes. They are the quaternion in degrees.
61
- - <segments> is a mixed list of <bend> and <straight> elements.
62
- - <segments> must have at least one child element.
63
- - <segments> is a sequence that starts from the colored axis.
64
- - <bend> tags have angle, radius, and roll attributes. Angle and roll are in degrees, radius is in world units shown by the grid.
65
- - <straight> just has a length attribute in grid units.
66
- - All attributes are floats to 1 decimal place.
67
-
68
- Your 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.
69
 
70
  ```
71
 
 
6
  pretty_name: Random Wires
7
  tags:
8
  - synthetic
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
9
  ---
10
 
11
  ## Generation Parameters
 
13
  | Parameter | Value |
14
  | --- | --- |
15
  | seed | 42 |
16
+ | num points | 512 |
17
  | test proportion | None |
18
+ | representation | xml |
19
 
20
  ## System Prompt
21
  ```
22
+ {{format_description}}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
23
 
24
  ```
25