neoneye commited on
Commit
fa647ba
1 Parent(s): f79e9c4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +90 -3
README.md CHANGED
@@ -1,3 +1,90 @@
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 mass version 12
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 identify the mass of objects with a specific size.
21
+
22
+ example count: 2-4.
23
+
24
+ test count: 1-2.
25
+
26
+ image size: 4-6.
27
+
28
+ find mass: 1-2.
29
+
30
+ connectivity: ALL8.
31
+
32
+ # Version 2
33
+
34
+ image size: 3-10.
35
+
36
+ # Version 3
37
+
38
+ image size: 1-15.
39
+
40
+ # Version 4
41
+
42
+ image size: 1-15.
43
+
44
+ find mass: 1-3.
45
+
46
+ # Version 5
47
+
48
+ image size: 1-8.
49
+
50
+ find mass: 1-4.
51
+
52
+ # Version 6
53
+
54
+ Compare mass of adjacent rows/columns. image size: 4-7. color count: 10.
55
+
56
+ This was something that the model struggles with. What if I use fewer colors and smaller images.
57
+
58
+ # Version 7
59
+
60
+ Compare mass of adjacent rows/columns. image size: 4-6. color count: 2,3,10.
61
+
62
+ Still something that the model has difficulties with.
63
+
64
+ # Version 8
65
+
66
+ Disabled comparing columns. Disable too many colors.
67
+
68
+ Focus is only on compare mass of adjacent rows. image size: 4-6. color count: 2.
69
+
70
+ Yay, the model groks this.
71
+
72
+ # Version 9
73
+
74
+ Disabled comparing columns. Disable too many colors.
75
+
76
+ Focus is only on compare mass of adjacent columns. image size: 4-6. color count: 2.
77
+
78
+ This is hard for the model to make sense of.
79
+
80
+ # Version 10
81
+
82
+ Still focus is only on compare mass of adjacent columns. image size: 3-5. color count: 2.
83
+
84
+ # Version 11
85
+
86
+ Focus on adjacent rows/columns. image size: 3-8. color count: 2,3,10.
87
+
88
+ # Version 12
89
+
90
+ Bigger images. image size: 3-12.