neoneye commited on
Commit
d8a1f0e
·
verified ·
1 Parent(s): 64b4ac8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +36 -3
README.md CHANGED
@@ -1,3 +1,36 @@
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 count version 2
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 job is to count N number of pixels in the input, and in the output repeat a pattern N times.
21
+
22
+ example count: 3-4.
23
+
24
+ test count: 1-2.
25
+
26
+ input image size: 3-8.
27
+
28
+ output pattern image size: 1-3.
29
+
30
+ pixel count: 1-3.
31
+
32
+ # Version 2
33
+
34
+ input image size: 3-10.
35
+
36
+ pixel count: 1-4.