neoneye commited on
Commit
5587b51
1 Parent(s): e7c19fd

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +60 -3
README.md CHANGED
@@ -1,3 +1,60 @@
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) solve rotate version 8
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
+ ARC-AGI Tasks where the image gets rotated cw/ccw/180 and transposed.
21
+
22
+ The image sizes are between 1 and 4 pixels.
23
+
24
+ Predict the number of rows in the output image.
25
+
26
+ # Version 2
27
+
28
+ image size: 1-5.
29
+
30
+ # Version 3
31
+
32
+ image size: 1-5.
33
+
34
+ Added `flipx` and `flipy` transformations.
35
+
36
+ # Version 4
37
+
38
+ image size: 1-5.
39
+
40
+ number of tests: 1-2. Previously there were always just 1 test.
41
+
42
+ Added `flipa` and `flipb` transformations, that flips over the diagonal.
43
+
44
+ # Version 5
45
+
46
+ image size: 1-5.
47
+
48
+ number of tests: 1-2.
49
+
50
+ # Version 6
51
+
52
+ image size: 1-13.
53
+
54
+ # Version 7
55
+
56
+ Earlier predictions added to some of the rows.
57
+
58
+ # Version 8
59
+
60
+ Earlier predictions with focus on repair 1 bad pixel.