neoneye commited on
Commit
6e8d6b4
·
verified ·
1 Parent(s): 9835172

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +88 -3
README.md CHANGED
@@ -1,3 +1,88 @@
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 zindex version 10
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 do `z-index` transformations of input/output images.
21
+
22
+ example count: 2-4.
23
+
24
+ test count: 1-2.
25
+
26
+ image size: 6-10.
27
+
28
+ noise: 0.1, 0.2.
29
+
30
+ ```
31
+ mask_of_primary_rectangle
32
+ Random noisy background with two colors.
33
+ Draw a rectangle on top of the background.
34
+ The job is to identify the rectangle.
35
+ ```
36
+
37
+ # Version 2
38
+
39
+ `mask_of_obscured_rectangle` added.
40
+
41
+ # Version 3
42
+
43
+ bigger images. image size: 6-12.
44
+
45
+ more noise: noise: 0.1, 0.2, 0.3.
46
+
47
+ # Version 4
48
+
49
+ bigger images. image size: 6-15.
50
+
51
+ more noise: noise: 0.1, 0.2, 0.3, 0.4.
52
+
53
+ # Version 5
54
+
55
+ Added new types of zindex transformations: `mask_of_intersection_rectangle` and `move_obscured_rectangle_to_top`.
56
+ These are the only one I'm exercising here.
57
+
58
+ image size: 6-10.
59
+
60
+ # Version 6
61
+
62
+ Only exercising: `mask_of_intersection_rectangle` and `move_obscured_rectangle_to_top`.
63
+
64
+ image size: 6-15.
65
+
66
+ The model stuggled with this. I'm going to try with smaller images.
67
+
68
+ # Version 7
69
+
70
+ Only exercising: `mask_of_intersection_rectangle` and `move_obscured_rectangle_to_top`.
71
+
72
+ image size: 6-12.
73
+
74
+ # Version 8
75
+
76
+ Only exercising: `mask_of_intersection_rectangle` and `move_obscured_rectangle_to_top`.
77
+
78
+ image size: 6-14.
79
+
80
+ # Version 9
81
+
82
+ Migrating from fitting inside 512 context length to fitting inside 1024 context length.
83
+
84
+ Enabled all task types.
85
+
86
+ # Version 10
87
+
88
+ Added fields: `arc_task`, `test_index`, `earlier_output`.