davidhhmack commited on
Commit
fe5753c
·
verified ·
1 Parent(s): 40f4a63

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -9
README.md CHANGED
@@ -21,27 +21,24 @@ configs:
21
  # SVG Basic Benchmark Dataset (svg_basic_benchmark_v0)
22
 
23
  Presto Design is proud to announce this public benchmark to help advance the field of machine-powered graphic design.
24
- Available at: https://huggingface.co/datasets/Presto-Design/svg_basic_benchmark_v0
25
 
26
  ## Why This Matters
27
 
28
- Professional graphic design is increasingly reliant on Large Language Models (LLMs) due to their unique capabilities
29
- that traditional image generation models like Stable Diffusion cannot match. LLMs excel at:
30
  - Working with branded assets and specific stock photos
31
  - Utilizing brand-specific fonts and typography
32
  - Creating scalable, resolution-independent designs
33
  - Maintaining precise control over design elements
34
  - Generating semantic, editable markup (SVG)
35
 
36
- As a leader in developing cutting-edge LLM-powered graphic design models, Presto Design recognizes that
37
- LLMs have historically struggled with graphic design tasks. This benchmark represents a "fifth grader test"
38
- for LLMs - given an image, can they perfectly replicate it? This fundamental capability is a crucial
39
- stepping stone toward developing truly creative and professional design systems.
40
 
41
  ## Dataset Contents
42
 
43
  - 2000 test samples, each containing:
44
- - image: A rendered PNG version of the SVG poster (1080x1080 pixels max)
45
  - completion: The full SVG markup for the poster
46
 
47
  ## Design Features
@@ -53,7 +50,7 @@ The benchmark tests comprehensive understanding of SVG features including:
53
  - Shapes: Geometric shapes and masked images
54
  - Images: Integration of stock photos from the Unsplash dataset with proper attribution
55
  - Advanced Features: masks, gradients, strokes, icons
56
- - Color Management: RGB, HSL, hex values, opacity
57
 
58
  ## Technical Details
59
 
 
21
  # SVG Basic Benchmark Dataset (svg_basic_benchmark_v0)
22
 
23
  Presto Design is proud to announce this public benchmark to help advance the field of machine-powered graphic design.
 
24
 
25
  ## Why This Matters
26
 
27
+ Professional graphic design is increasingly reliant on Large Language Models (LLMs) due to their unique capabilities that traditional image generation models like Stable Diffusion cannot match. LLMs excel at:
 
28
  - Working with branded assets and specific stock photos
29
  - Utilizing brand-specific fonts and typography
30
  - Creating scalable, resolution-independent designs
31
  - Maintaining precise control over design elements
32
  - Generating semantic, editable markup (SVG)
33
 
34
+ As a leader in developing cutting-edge LLM-powered graphic design models, Presto Design recognizes that LLMs have historically struggled with graphic design tasks. This benchmark represents a "fifth grader test" for LLMs - given an image, can they perfectly replicate it?
35
+
36
+ This fundamental capability is a crucial stepping stone toward developing truly creative and professional design systems.
 
37
 
38
  ## Dataset Contents
39
 
40
  - 2000 test samples, each containing:
41
+ - image: A rendered PNG version of the SVG poster (280x280 pixels for speed and efficiency)
42
  - completion: The full SVG markup for the poster
43
 
44
  ## Design Features
 
50
  - Shapes: Geometric shapes and masked images
51
  - Images: Integration of stock photos from the Unsplash dataset with proper attribution
52
  - Advanced Features: masks, gradients, strokes, icons
53
+ - Color Replication
54
 
55
  ## Technical Details
56