neoneye commited on
Commit
51fd1c7
1 Parent(s): 0f91913

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +50 -3
README.md CHANGED
@@ -1,3 +1,50 @@
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 grid version 5
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 extract content from a grid.
21
+
22
+ example count: 2-4.
23
+
24
+ test count: 1-2.
25
+
26
+ image size: 2-4.
27
+
28
+ cell size: 1-5.
29
+
30
+ grid line size: 1.
31
+
32
+ # Version 2
33
+
34
+ image size: 2-5.
35
+
36
+ cell size: 1-6.
37
+
38
+ grid line size: 1-2.
39
+
40
+ # Version 3
41
+
42
+ Added `generate_task_mutate_content_inside_grid`, that does `flipx`, `flipy`, `rotate 180`, while preserving the grid.
43
+
44
+ # Version 4
45
+
46
+ Extended `generate_task_extract_content_from_grid` so it does mutations of the output: flip x/y/a/b, rotate cw/ccw/180.
47
+
48
+ # Version 5
49
+
50
+ Earlier predictions added to some of the rows.