Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,27 @@
|
|
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 1
|
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 |
+
|