neoneye commited on
Commit
7921aab
1 Parent(s): 049b5cd

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +126 -3
README.md CHANGED
@@ -1,3 +1,126 @@
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 color version 15
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 colors gets manipulated.
21
+
22
+ Currently it's two-color images, where the transformation is to swap colors.
23
+
24
+ The image sizes are between 1 and 5 pixels.
25
+
26
+ Predict the number of rows in the output image.
27
+
28
+ # Version 2
29
+
30
+ Number of test: 1-2. Previously it was always 1 test.
31
+
32
+ # Version 3
33
+
34
+ input image size: 1-3.
35
+
36
+ Number of tests: 1.
37
+
38
+ Identify most popular color, and least popular color. The output size is always 1x1.
39
+
40
+ # Version 4
41
+
42
+ input image size: 1-4.
43
+
44
+ Number of tests: 1.
45
+
46
+ Identify most popular color, and least popular color. The output size is always 1x1.
47
+
48
+ # Version 5
49
+
50
+ input image size: 1-5.
51
+
52
+ Number of tests: 1-2.
53
+
54
+ Identify most popular color, and least popular color. The output size is always 1x1.
55
+
56
+ # Version 6
57
+
58
+ input image size: 1-5.
59
+
60
+ Number of tests: 1-2.
61
+
62
+ Identify most popular color, and least popular color. Multiple output sizes: output size is 1x1, and same output size as input size.
63
+
64
+ Swap colors.
65
+
66
+ # Version 7
67
+
68
+ Focus on `generate_task_replace_color`.
69
+
70
+ image size: 3-6.
71
+
72
+ padding size: 1-5.
73
+
74
+ # Version 8
75
+
76
+ Focus on `generate_task_replace_color`.
77
+
78
+ image size: 3-8.
79
+
80
+ padding size: 1-10.
81
+
82
+ # Version 9
83
+
84
+ Focus on `generate_task_replace_color`.
85
+
86
+ image size: 3-10.
87
+
88
+ padding size: 1-20.
89
+
90
+ # Version 10
91
+
92
+ Enabled all the task generators.
93
+
94
+ # Version 11
95
+
96
+ Focus on `generate_task_replace_color_pairs_with_different_palettes`.
97
+
98
+ image size: 3-5.
99
+
100
+ padding size: 1-4.
101
+
102
+ # Version 12
103
+
104
+ Focus on `generate_task_replace_color_pairs_with_different_palettes`.
105
+
106
+ image size: 3-8.
107
+
108
+ padding size: 1-10.
109
+
110
+ # Version 13
111
+
112
+ Focus on `generate_task_replace_color_pairs_with_different_palettes`.
113
+
114
+ image size: 3-10.
115
+
116
+ padding size: 1-20.
117
+
118
+ # Version 14
119
+
120
+ Extended `generate_task_replace_color_pairs_with_different_palettes` with 2 new palette modes.
121
+
122
+ Enabled all transformations.
123
+
124
+ # Version 15
125
+
126
+ Earlier predictions added to some of the rows.