neoneye commited on
Commit
09bc302
·
verified ·
1 Parent(s): cb4758c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +31 -3
README.md CHANGED
@@ -1,3 +1,31 @@
1
- ---
2
- license: mit
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ task_categories:
4
+ - image-to-text
5
+ - text-to-image
6
+ language:
7
+ - en
8
+ pretty_name: simons ARC (abstraction & reasoning corpus) shape version 3
9
+ size_categories:
10
+ - 10K<n<100K
11
+ configs:
12
+ - config_name: default
13
+ data_files:
14
+ - split: train
15
+ path: data.jsonl
16
+ ---
17
+
18
+ # Version 1
19
+
20
+ Detect `shape2x2` and `shape3x3_center`.
21
+ The image sizes are between 1 and 30 pixels.
22
+
23
+ # Version 2
24
+
25
+ Detect `shape2x2` and `shape3x3_center` and `shape3x3_opposite`.
26
+ The image sizes are between 1 and 30 pixels.
27
+
28
+ # Version 3
29
+
30
+ Focus on counting the unique number of colors. `corners` and `diamond4`.
31
+ The image sizes are between 1 and 30 pixels.