Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,143 @@
|
|
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 template version 12
|
9 |
+
size_categories:
|
10 |
+
- 1K<n<10K
|
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 job is to insert objects into templates.
|
21 |
+
|
22 |
+
example count: 2-3.
|
23 |
+
|
24 |
+
test count: 1-2.
|
25 |
+
|
26 |
+
image size: 8-10.
|
27 |
+
|
28 |
+
template size: 2-4.
|
29 |
+
|
30 |
+
number of rects: 2-4.
|
31 |
+
|
32 |
+
# Version 2
|
33 |
+
|
34 |
+
Smaller images.
|
35 |
+
|
36 |
+
example count: 2-3.
|
37 |
+
|
38 |
+
test count: 1-2.
|
39 |
+
|
40 |
+
image size: 6-8.
|
41 |
+
|
42 |
+
template size: 2-2.
|
43 |
+
|
44 |
+
number of rects: 2-3.
|
45 |
+
|
46 |
+
# Version 3
|
47 |
+
|
48 |
+
Added transformation: `without_insertion_image`
|
49 |
+
|
50 |
+
image size: 6-8.
|
51 |
+
|
52 |
+
template size: 2-3.
|
53 |
+
|
54 |
+
number of rects: 2-3.
|
55 |
+
|
56 |
+
# Version 4
|
57 |
+
|
58 |
+
Added transformations: `swap_one_to_many` and `swap_many_to_one`.
|
59 |
+
|
60 |
+
image size: 6-10.
|
61 |
+
|
62 |
+
template size: 2-3.
|
63 |
+
|
64 |
+
number of rects: 2-3.
|
65 |
+
|
66 |
+
# Version 5
|
67 |
+
|
68 |
+
image size: 6-12.
|
69 |
+
|
70 |
+
template size: 2-4.
|
71 |
+
|
72 |
+
number of rects: 2-3.
|
73 |
+
|
74 |
+
# Version 6
|
75 |
+
|
76 |
+
Focus only on: `without_insertion_image`
|
77 |
+
|
78 |
+
image size: 6-10.
|
79 |
+
|
80 |
+
template size: 2-4.
|
81 |
+
|
82 |
+
number of rects: 2-3.
|
83 |
+
|
84 |
+
# Version 7
|
85 |
+
|
86 |
+
Focus only on: `without_insertion_image`
|
87 |
+
|
88 |
+
image size: 6-12.
|
89 |
+
|
90 |
+
template size: 2-4.
|
91 |
+
|
92 |
+
number of rects: 2-3.
|
93 |
+
|
94 |
+
# Version 8
|
95 |
+
|
96 |
+
Focus only on `swap_one_to_many` and `swap_many_to_one`.
|
97 |
+
|
98 |
+
image size: 6-10.
|
99 |
+
|
100 |
+
template size: 2-3.
|
101 |
+
|
102 |
+
number of rects: 2-3.
|
103 |
+
|
104 |
+
# Version 9
|
105 |
+
|
106 |
+
Focus only on `swap_many_to_one`.
|
107 |
+
|
108 |
+
image size: 6-10.
|
109 |
+
|
110 |
+
template size: 2-3.
|
111 |
+
|
112 |
+
number of rects: 2-3.
|
113 |
+
|
114 |
+
# Version 10
|
115 |
+
|
116 |
+
Focus only on `swap_many_to_one`.
|
117 |
+
|
118 |
+
image size: 6-12.
|
119 |
+
|
120 |
+
template size: 2-4.
|
121 |
+
|
122 |
+
number of rects: 2-3.
|
123 |
+
|
124 |
+
# Version 11
|
125 |
+
|
126 |
+
Focus only on `swap_many_to_one`.
|
127 |
+
|
128 |
+
image size: 6-14.
|
129 |
+
|
130 |
+
template size: 2-4.
|
131 |
+
|
132 |
+
number of rects: 2-3.
|
133 |
+
|
134 |
+
# Version 12
|
135 |
+
|
136 |
+
Focus only on `swap_many_to_one`.
|
137 |
+
|
138 |
+
image size: 6-16.
|
139 |
+
|
140 |
+
template size: 2-4.
|
141 |
+
|
142 |
+
number of rects: 2-3.
|
143 |
+
|