AnonymousSubmissionASE commited on
Commit
784bbf2
·
verified ·
1 Parent(s): 96bfbc7

Upload metadata/dataset_info.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. metadata/dataset_info.json +49 -0
metadata/dataset_info.json ADDED
@@ -0,0 +1,49 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "dataset_name": "Pattern Over Pixels Screenshot-to-Code",
3
+ "source_root": "Design2Code/seed_webpage_matrix",
4
+ "release_root": "Design2Code/hf_release",
5
+ "num_examples": 720,
6
+ "num_seed_pages": 30,
7
+ "pattern_family_counts": {
8
+ "structural_card": 360,
9
+ "text_style": 360
10
+ },
11
+ "position_counts": {
12
+ "first": 240,
13
+ "last": 240,
14
+ "middle": 240
15
+ },
16
+ "target_value_counts": {
17
+ "110%": 180,
18
+ "120%": 180,
19
+ "80%": 180,
20
+ "90%": 180
21
+ },
22
+ "columns": [
23
+ "example_id",
24
+ "source_id",
25
+ "pattern_family",
26
+ "pattern_name",
27
+ "attribute_name",
28
+ "attribute_token",
29
+ "position",
30
+ "modified_index",
31
+ "target_value",
32
+ "target_value_from_filename",
33
+ "bias_value",
34
+ "html_path",
35
+ "standard_image",
36
+ "noise_image",
37
+ "pattern_description",
38
+ "element_description",
39
+ "code_snippet_line",
40
+ "code_snippet_context"
41
+ ],
42
+ "noise_spec": {
43
+ "num_rectangles": 8,
44
+ "rect_width": 80,
45
+ "rect_height": 40,
46
+ "seed": 42,
47
+ "alpha": 255
48
+ }
49
+ }