neoneye commited on
Commit
055203c
1 Parent(s): be57c89

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) solve fractal version 8
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 job is to transform fractal input/output images.
21
+
22
+ example count: 2-4.
23
+
24
+ test count: 1-2.
25
+
26
+ image size: 2-3.
27
+
28
+ # Version 2
29
+
30
+ Scale up the input/output images. Scale factor: 1-3.
31
+
32
+ # Version 3
33
+
34
+ Scale up the input/output images. Scale factor: 1-3.
35
+
36
+ Randomly invert the pattern_image.
37
+
38
+ # Version 4
39
+
40
+ Random add padding around the input image, that the model has to crop.
41
+
42
+ max_pad_count = 5.
43
+
44
+ # Version 5
45
+
46
+ Bigger images
47
+
48
+ max_image_size = 5
49
+
50
+ max_pad_count = 8
51
+
52
+ # Version 6
53
+
54
+ Migrating from fitting inside 512 context length to fitting inside 1024 context length. Removing tasks that are too long to fit inside the context length.
55
+
56
+ Bigger scale factor: 1-5.
57
+
58
+ # Version 7
59
+
60
+ Earlier predictions added to some of the rows.
61
+
62
+ Ignoring fractals that RLE compress too badly. Previous cutoff was 1000 tokens. Now it's 800 tokens, so there is room for the earlier prediction.
63
+
64
+ # Version 8
65
+
66
+ Added fields: `arc_task`, `test_index`, `earlier_output`.