File size: 1,033 Bytes
c1cf3d6
 
 
 
 
 
 
 
 
d9f47ee
 
 
 
 
 
c1cf3d6
 
7b27b29
c1cf3d6
d9f47ee
7b27b29
c1cf3d6
 
 
 
 
7b27b29
 
 
 
 
 
 
 
c1cf3d6
7b27b29
 
 
 
 
 
 
 
 
 
 
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
---
dataset_info:
  features:
  - name: desc
    dtype: string
  - name: svg
    dtype: string
  - name: image
    dtype: image
  - name: shape_name
    dtype: string
  - name: bg_color
    dtype: string
  - name: color
    dtype: string
  splits:
  - name: train
    num_bytes: 42790193
    num_examples: 10000
  download_size: 29535146
  dataset_size: 42790193
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
license: apache-2.0
task_categories:
- image-to-text
language:
- en
tags:
- code
pretty_name: Simple Shapes SVG
---


The goal of this dataset is to measure and improve the ability of VLMs to see accurately in spatial dimensions.

I've tried to ensure that all of the examples are not too hard
- have sufficient contrast between foreground and background
- shapes are not clipped or ambiguous
- solid background
- canvas is square 512x512

Initially, I've kept the "canvas" that they're working with 512x512 points, but you can learn more by experimenting with the dimensions as well.