neoneye commited on
Commit
aa7055f
1 Parent(s): e086d71

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +82 -3
README.md CHANGED
@@ -1,3 +1,82 @@
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 scale version 9
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 images gets scaled up/down in both x and y direction.
21
+
22
+ example count: 2-4.
23
+
24
+ test count: 1-2.
25
+
26
+ image size: 3-10.
27
+
28
+ scale factor: 1-3.
29
+
30
+ # Version 2
31
+
32
+ image size: 1-20.
33
+
34
+ scale factor: 1-7.
35
+
36
+ # Version 3
37
+
38
+ image size: 1-30.
39
+
40
+ scale factor: 1-7.
41
+
42
+ # Version 4
43
+
44
+ Added a few noise to the images.
45
+
46
+ image size: 1-10.
47
+
48
+ scale factor: 1-7.
49
+
50
+ Only scale down.
51
+
52
+ Number of noise pixels per pixel cell: 0-2.
53
+
54
+ # Version 5
55
+
56
+ More noisy images for down scaling.
57
+
58
+ image size: 1-12.
59
+
60
+ Number of noise pixels per pixel cell: 0-half.
61
+
62
+ # Version 6
63
+
64
+ Earlier predictions added to some of the rows.
65
+
66
+ # Version 7
67
+
68
+ Added fields: `arc_task`, `test_index`, `earlier_output`.
69
+
70
+ # Version 8
71
+
72
+ Replaced RLE compressed response with raw pixel response.
73
+
74
+ image size: 1-5.
75
+
76
+ scale factor: 1-7.
77
+
78
+ # Version 9
79
+
80
+ image size: 1-7.
81
+
82
+ scale factor: 1-3.