neoneye commited on
Commit
afe400d
1 Parent(s): edfc126

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +52 -3
README.md CHANGED
@@ -1,3 +1,52 @@
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 edge version 6
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 where the top/bottom/left/right edge of the object is located.
21
+
22
+ example count: 4-5.
23
+
24
+ test count: 1-2.
25
+
26
+ image size: 3-5.
27
+
28
+ # Version 2
29
+
30
+ image size: 3-10.
31
+
32
+ # Version 3
33
+
34
+ image size: 3-5.
35
+
36
+ Focus on identifying diagonal edges.
37
+
38
+ # Version 4
39
+
40
+ image size: 3-10.
41
+
42
+ Focus on identifying diagonal edges.
43
+
44
+ # Version 5
45
+
46
+ image size: 3-10.
47
+
48
+ Enabled all `edge_names`: top_left, top, top_right, left, right, bottom_left, bottom, bottom_right.
49
+
50
+ # Version 6
51
+
52
+ Earlier predictions added to some of the rows.