neoneye commited on
Commit
bbd77b1
1 Parent(s): 5f9a860

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +66 -3
README.md CHANGED
@@ -1,3 +1,66 @@
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) cellular automaton 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
+ The images are run length encoded (RLE).
21
+
22
+ The image sizes are between 4 and 10 pixels.
23
+
24
+ Cellular automaton types:
25
+ - gameoflife
26
+ - highlife
27
+ - serviettes
28
+ - cave
29
+ - maze
30
+
31
+ Number of CA steps, range 1-2.
32
+
33
+ The LLM was not happy about this dataset.
34
+
35
+ # Version 2
36
+
37
+ The image sizes are between 4 and 11 pixels.
38
+
39
+ Number of CA steps = 1.
40
+
41
+ # Version 3
42
+
43
+ Disabled nowrap. It's only CAs that wraps around.
44
+
45
+ The image sizes are between 4 and 11 pixels.
46
+
47
+ Number of CA steps = 1.
48
+
49
+ # Version 4
50
+
51
+ Only exercising GameOfLife with wrap.
52
+ All the other CAs have been disabled.
53
+ image size 4-13.
54
+ Number of CA steps = 1.
55
+
56
+ # Version 5
57
+
58
+ Same weight for all transformations.
59
+ image size 5-10.
60
+ Number of CA steps = 1.
61
+
62
+ # Version 6
63
+
64
+ Same weight for all transformations.
65
+ image size 6-12.
66
+ Number of CA steps = 1.