darknoon commited on
Commit
7b27b29
·
verified ·
1 Parent(s): d9f47ee

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +21 -2
README.md CHANGED
@@ -15,13 +15,32 @@ dataset_info:
15
  dtype: string
16
  splits:
17
  - name: train
18
- num_bytes: 42790193.0
19
  num_examples: 10000
20
  download_size: 29535146
21
- dataset_size: 42790193.0
22
  configs:
23
  - config_name: default
24
  data_files:
25
  - split: train
26
  path: data/train-*
 
 
 
 
 
 
 
 
27
  ---
 
 
 
 
 
 
 
 
 
 
 
 
15
  dtype: string
16
  splits:
17
  - name: train
18
+ num_bytes: 42790193
19
  num_examples: 10000
20
  download_size: 29535146
21
+ dataset_size: 42790193
22
  configs:
23
  - config_name: default
24
  data_files:
25
  - split: train
26
  path: data/train-*
27
+ license: apache-2.0
28
+ task_categories:
29
+ - image-to-text
30
+ language:
31
+ - en
32
+ tags:
33
+ - code
34
+ pretty_name: Simple Shapes SVG
35
  ---
36
+
37
+
38
+ The goal of this dataset is to measure and improve the ability of VLMs to see accurately in spatial dimensions.
39
+
40
+ I've tried to ensure that all of the examples are not too hard
41
+ - have sufficient contrast between foreground and background
42
+ - shapes are not clipped or ambiguous
43
+ - solid background
44
+ - canvas is square 512x512
45
+
46
+ 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.