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