neoneye commited on
Commit
ecf5eb8
1 Parent(s): 8c05aab

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +47 -3
README.md CHANGED
@@ -1,3 +1,47 @@
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 gravity version 4
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 apply gravity in the directions up/down/left/right.
21
+
22
+ example count: 2-4.
23
+
24
+ test count: 1-2.
25
+
26
+ image size: 3-10.
27
+
28
+ number of pixels to apply gravity to: 2-5.
29
+
30
+ Exercises `image_gravity_move()`.
31
+
32
+ # Version 2
33
+
34
+ Exercises `image_gravity_draw()`.
35
+
36
+ # Version 3
37
+
38
+ Exercises `image_gravity_move()` and `image_gravity_draw()`.
39
+
40
+ Increased `max_number_of_positions` from 5 to 8.
41
+
42
+ # Version 4
43
+
44
+ image size: 3-30.
45
+
46
+ max number of positions: 5.
47
+